瀏覽代碼

更新移动端域名

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