diff --git a/src/assets/menu/selfSupply.svg b/src/assets/menu/selfSupply.svg new file mode 100644 index 0000000..7872c52 --- /dev/null +++ b/src/assets/menu/selfSupply.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/SliderMenu.vue b/src/components/SliderMenu.vue index 09fe0cc..902a4df 100644 --- a/src/components/SliderMenu.vue +++ b/src/components/SliderMenu.vue @@ -165,7 +165,7 @@ export default { if (menuItem.path && this.$route.path !== menuItem.path) { //menu增加属性 external: true, if(menuItem.external){ - location.href= this.$routerBaseApi + menuItem.path + location.href= process.env.VUE_APP_HOST + menuItem.path // window.open(menuItem.path, '_blank') return }