shaogen1995 2 years ago
parent
commit
5d3f2a51f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      yfyc/src/views/Interact/index.vue

+ 1 - 1
yfyc/src/views/Interact/index.vue

@@ -87,7 +87,7 @@ export default {
       //此处的ID是在文档的开发-基本配置里面
       let appid = "wx3255043d1b21a4f7";
       // let url = "http://192.168.20.48:8080/#/layout/interact";
-      let url = "https://yifangyice.4dage.com/web/index.html#/layout/interact";
+      let url = baseURL + "/web/index.html#/layout/interact";
       window.location.href =
         "https://open.weixin.qq.com/connect/oauth2/authorize?appid=" +
         appid +