浏览代码

首页网址改为测试环境的

任一存 3 年之前
父节点
当前提交
71024e0bef
共有 1 个文件被更改,包括 1 次插入1 次删除
  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({})