li.shaoyi 7 月之前
父節點
當前提交
5a7cedf8c2
共有 3 個文件被更改,包括 5 次插入7 次删除
  1. 1 1
      oem/tce-th/config/appconfig.json
  2. 2 3
      oem/tce-vi/config/appconfig.json
  3. 2 3
      public/config/appconfig.json

+ 1 - 1
oem/tce-th/config/appconfig.json

@@ -8,6 +8,6 @@
   "locales": [
     "zh-CN",
     "en-US",
-    "vi"
+    "th"
   ]
 }

+ 2 - 3
oem/tce-vi/config/appconfig.json

@@ -8,7 +8,6 @@
   "locales": [
     "zh-CN",
     "en-US",
-    "th"
-  ],
-  "tradeChannel": "ws"
+    "vi"
+  ]
 }

+ 2 - 3
public/config/appconfig.json

@@ -1,10 +1,9 @@
 {
-  "appId": "com.h5plus.app",
+  "appId": "com.management.mtp",
   "appName": "MTP",
   "version": "1.0.0",
   "versionCode": "10000",
   "apiUrl": "http://192.168.30.188:8080",
   "tokenStore": "session",
-  "loginVerifyCodeEnabled": false,
-  "tradeChannel": "ws"
+  "loginVerifyCodeEnabled": true
 }