Jelajahi Sumber

测试跳转

ming 3 tahun lalu
induk
melakukan
bddb939332
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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";
     }
 })