Explorar o código

配置二维码生成地址

xiaohaizhao hai 1 ano
pai
achega
dd031158ec
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      utils/tool.js

+ 2 - 2
utils/tool.js

@@ -30,10 +30,10 @@ function setBar() {
 function setLink(systemclient = "marketingtool") {
     switch (systemclient) {
         case "demo":
-            Vue.prototype.qrCodePrefix = "https://www.jiushengboard.cc/";
+            Vue.prototype.qrCodePrefix = "https://lsa.cnyunl.com/";
             break;
         case "marketingtool":
-            Vue.prototype.qrCodePrefix = "https://lsa.cnyunl.com/";
+            Vue.prototype.qrCodePrefix = "https://www.jiushengboard.cc/";
             break;
     }
 }