Browse Source

测试跳转

ming 3 năm trước cách đây
mục cha
commit
bddb939332
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/main.js

+ 1 - 1
src/main.js

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