king
2020-10-21 0b733984acbbc018511fba1ce3ce913d71639f64
src/views/index/index.vue
@@ -209,6 +209,8 @@
      jumpmenu (menu) {
         if (!menu.PageType || !menu.ID) return
         let menuId = menu.LinkID || menu.ID
         menuId = menuId + '.html'
         this.$router.push({name: menu.PageType.toLowerCase(), params: {menuId: menuId}})
      },
      load () {
@@ -335,6 +337,12 @@
            this.setgui(radio)
         }, 2000)
      }
      // let head = document.getElementsByTagName('head')
    // let meta = document.createElement('meta')
    // meta.content = '明科,明科普华'
    // meta.name = 'keywords'
    // head[0].appendChild(meta)
   }
}
</script>