|
@@ -54,7 +54,7 @@ export default {
|
|
|
},
|
|
|
// 标题点击
|
|
|
titleClick() {
|
|
|
- const routeUrl = this.$router.resolve(`/templates/ztjy/details/649cd0ae43f8327dc3544357`);
|
|
|
+ const routeUrl = this.$router.resolve('/templates/ztjy/details/649cd0ae43f8327dc3544357');
|
|
|
window.open(routeUrl.href, '_blank');
|
|
|
},
|
|
|
// 列表点击
|
|
@@ -89,6 +89,7 @@ export default {
|
|
|
font-size: 3em;
|
|
|
font-weight: bold;
|
|
|
text-align: center;
|
|
|
+ cursor: pointer;
|
|
|
}
|
|
|
.listBox {
|
|
|
width: 75%;
|