Browse Source

测试跳转

ming 3 years ago
parent
commit
bddb939332
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main.js

+ 1 - 1
src/main.js

@@ -54,7 +54,7 @@ router.beforeEach((to) => {
         store.commit('publicDeviceList')
         store.commit('publicDeviceList')
     }
     }
     if (to.path == '/home') {
     if (to.path == '/home') {
-        // window.open("https://wx.ewoogi.com/vuefiv/#/home");
         window.location.href = "https://wx.ewoogi.com/vuefiv/#/home";
         window.location.href = "https://wx.ewoogi.com/vuefiv/#/home";
+        // window.location.href = "http://localhost:8081/vuefiv#/home";
     }
     }
 })
 })