src/views/news/index.vue
@@ -46,7 +46,10 @@ this.loaddata() }, jumpmenu (item) { this.$router.push({name: item.PageType.toLowerCase(), params: {menuId: item.ID}}) let _menuId = item.ID _menuId = _menuId + '.html' this.$router.push({name: item.PageType.toLowerCase(), params: {menuId: _menuId}}) }, loadtabs () { this.Service.getBaseData('Web_News_GetClassify').then(res => {