mojinxia пре 1 недеља
родитељ
комит
a857bad023
2 измењених фајлова са 6 додато и 6 уклоњено
  1. 5 5
      config.js
  2. 1 1
      manifest.json

+ 5 - 5
config.js

@@ -1,16 +1,16 @@
 const config = {
     identifier: "frontApp",
-    inlineSiteBaseUrl: 'https://test.dz.jinliyk.com/admin',
+    inlineSiteBaseUrl: 'http://test.dz.jinliyk.com/admin',
     mathJaxCDN: 'https://mingxuejingbang.oss-cn-beijing.aliyuncs.com/MathJaxFiles/3.2.0/es5/tex-svg-full.js'
 };
 
 if (process.env.NODE_ENV === "development") {
-    config.serverBaseUrl = "https://test.dz.jinliyk.com/admin/prod-api";
-    config.paySiteUrl = 'https://test.dz.jinliyk.com/h5';
+    config.serverBaseUrl = "http://test.dz.jinliyk.com/prod-api";
+    config.paySiteUrl = 'http://test.dz.jinliyk.com/h5';
     config.responseErrorCatch = true; // API 返回错误时,是否控制台打印
 } else {
-    config.serverBaseUrl = "https://test.dz.jinliyk.com/admin/prod-api";
-    config.paySiteUrl = 'https://test.dz.jinliyk.com/h5';
+    config.serverBaseUrl = "http://test.dz.jinliyk.com/prod-api";
+    config.paySiteUrl = 'http://test.dz.jinliyk.com/h5';
     config.responseErrorCatch = true;
 }
 

+ 1 - 1
manifest.json

@@ -1,6 +1,6 @@
 {
     "name" : "单招一卡通",
-    "appid" : "__UNI__D35DAF9",
+    "appid" : "__UNI__1FD1ACA",
     "description" : "",
     "versionName" : "2.0.0",
     "versionCode" : "100",