king
2020-10-21 0b733984acbbc018511fba1ce3ce913d71639f64
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 => {