Browse Source

优化登录页

fanghuisheng 1 year ago
parent
commit
8319389d57
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/login.vue

+ 1 - 1
src/pages/login.vue

@@ -146,7 +146,7 @@ function init() {
   //#ifdef H5
   if (window.location.host) {
     linkUrl.value = window.location.host;
-    linkUrl.value = "172.16.120.165:13200";
+    // linkUrl.value = "172.16.120.165:13200";
     // linkUrl.value = "localhost:81";
 
     useStore.GetMobileTenantConfig({ url: linkUrl.value });