Browse Source

首页网址改为测试环境的

任一存 3 years ago
parent
commit
71024e0bef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/src/main.js

+ 1 - 1
web/src/main.js

@@ -11,7 +11,7 @@ Vue.use(ElementUI);
 // })
 
 // 不能通过location去判断
-Vue.prototype.$homePageUrl = 'http://192.168.0.81:8081/main'
+Vue.prototype.$homePageUrl = 'https://zzbbh.4dage.com/shouBo/main'
 
 Vue.prototype.$eventBus = new Vue({})