소스 검색

更新移动端域名

hfxc226 2 주 전
부모
커밋
ad048eb8c4
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 2
      manifest.json
  2. 1 1
      utils/tool.js

+ 2 - 2
manifest.json

@@ -99,7 +99,7 @@
                 }
             }
         },
-        "title" : "Hitachi设备管理系统",
-        "domain" : "https://suqian.m.litian2017.com/"
+        "title" : "厦门设备管理系统",
+        "domain" : "https://xiamen.m.litian2017.com/"
     }
 }

+ 1 - 1
utils/tool.js

@@ -28,7 +28,7 @@ BaseTool.UserUtil = {
         if (process.env.NODE_ENV === 'development') {
             return 'http://localhost:5000'+ url;
         } else if (process.env.NODE_ENV === 'production') {
-            return 'https://suqian.m.litian2017.com/api'+ url;
+            return 'https://xiamen.m.litian2017.com/api'+ url;
         }
         // #endif
         // #ifndef H5