Browse Source

ai问题修复

wangtao 2 weeks ago
parent
commit
b454917e53
2 changed files with 1 additions and 6 deletions
  1. 0 1
      src/config.js
  2. 1 5
      src/pages/login.vue

+ 0 - 1
src/config.js

@@ -9,7 +9,6 @@ export default {
   //#endif
 
   //#ifdef H5
-  // baseUrl: "https://gateWay.usky.cn/prod-api",
   baseUrl: import.meta.env.MODE === "production" ? `https://${window.location.host}/prod-api` : `http://192.168.10.165:801/dev-api`,
   //#endif
 

+ 1 - 5
src/pages/login.vue

@@ -180,11 +180,7 @@ function init() {
   useStore.GetWxOpenId(1); //调用获取微信公众号openId
 
   if (window.location.host) {
-    // linkUrl.value = window.location.host;
-    // linkUrl.value = "192.168.10.165:13200";
-    // linkUrl.value = "localhost:81";
-    // linkUrl.value = "120.26.164.249:13212";
-    // linkUrl.value = "manager.usky.cn";
+    linkUrl.value = window.location.host;
     useStore.GetMobileTenantConfig({ url: linkUrl.value });
   }
   //#endif