chengjunhui 3 weeks ago
parent
commit
2967a1333f
2 changed files with 3 additions and 1 deletions
  1. 2 1
      app.js
  2. 1 0
      pages/match/index.js

+ 2 - 1
app.js

@@ -14,7 +14,8 @@ App({
   // apiRoot: 'http://192.168.0.193:8687/qyh/api/',
   // apiRoot: 'http://192.168.0.232:8687/wjxy/api/', //黄理志
   // apiRoot: 'http://192.168.0.186:8687/wjxy/api/',
-  webViewUrl: "http://192.168.0.193:5173/#/",  // 青创赛h5端地址
+  // webViewUrl: "http://192.168.0.193:5173/#/",  // 青创赛h5端地址
+  webViewUrl: "https://saishi.songlanyun.com/h5/#/",  // 青创赛h5端地址
   siteInfo: require("siteinfo.js"),
   token: "",
   // appAssetsUrl: 'https://pm.lanzhongrenli.com/qmjz/app', //静态资源服务器

+ 1 - 0
pages/match/index.js

@@ -42,6 +42,7 @@ Page({
         webViewUrl: `${app.webViewUrl}?token=${token || ''}`,
       });
     }
+    // console.log(this.data.webViewUrl)
   },
 
   /**