Ver Fonte

配置二维码生成地址

xiaohaizhao há 11 meses atrás
pai
commit
dd031158ec
1 ficheiros alterados com 2 adições e 2 exclusões
  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;
     }
 }