Bladeren bron

添加金帝站点配置

xiaohaizhao 11 maanden geleden
bovenliggende
commit
ab7503b80e
3 gewijzigde bestanden met toevoegingen van 7 en 2 verwijderingen
  1. 2 1
      App.vue
  2. 2 1
      manifest.json
  3. 3 0
      utils/tool.js

+ 2 - 1
App.vue

@@ -22,7 +22,8 @@ export default {
   globalData: {
     systemInitIsComplete: null,
     HomePageStartRendering: [],
-    systemclient: "demo",
+    systemclient: "demo2",
+    // systemclient: "demo",
     // systemclient:'marketingtool',
   },
 };

+ 2 - 1
manifest.json

@@ -50,7 +50,8 @@
     "quickapp" : {},
     /* 小程序特有相关 */
     "mp-weixin" : {
-        "appid" : "wxede092280fc9f7c7",
+        "appid": "wxa78dcac45940aceb",
+        // "appid": "wxede092280fc9f7c7",
         // "appid": "wx08b337e860e3ea58",
         "setting" : {
             "urlCheck" : false,

+ 3 - 0
utils/tool.js

@@ -35,6 +35,9 @@ function setLink(systemclient = "marketingtool") {
         case "marketingtool":
             Vue.prototype.qrCodePrefix = "https://www.jiushengboard.cc/";
             break;
+        case "demo2":
+            Vue.prototype.qrCodePrefix = "https://lsa.cnyunl.com/jindi/";
+            break;
     }
 }