src/views/successCase/index.vue
@@ -51,7 +51,10 @@ }, methods: { jumpmenu (menu) { this.$router.push({name: menu.PageType.toLowerCase(), params: {menuId: menu.ID}}) let _menuId = menu.ID _menuId = _menuId + '.html' this.$router.push({name: menu.PageType.toLowerCase(), params: {menuId: _menuId}}) }, load () { this.Service.getBaseData('Web_Case_GetData').then(res => {