@@ -22,7 +22,8 @@ export default {
globalData: {
systemInitIsComplete: null,
HomePageStartRendering: [],
- systemclient: "demo",
+ systemclient: "demo2",
+ // systemclient: "demo",
// systemclient:'marketingtool',
},
};
@@ -50,7 +50,8 @@
"quickapp" : {},
/* 小程序特有相关 */
"mp-weixin" : {
- "appid" : "wxede092280fc9f7c7",
+ "appid": "wxa78dcac45940aceb",
+ // "appid": "wxede092280fc9f7c7",
// "appid": "wx08b337e860e3ea58",
"setting" : {
"urlCheck" : false,
@@ -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;
}