Procházet zdrojové kódy

fix: 扫码功能处理

chenzhen2 před 2 roky
rodič
revize
81222fe2b1
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 4 0
      pages/adjust/index.js

+ 4 - 0
pages/adjust/index.js

@@ -200,6 +200,8 @@ Page({
         let domain = scanArr[0];
         let type = getUrlParams(scanArr[1], 'type')
         let qualifiedUrl = [
+            "http://meos.sagacloud.cn/scan",
+            "https://duoduoenv.sagacloud.cn/scan",
             "http://39.106.8.246:8008/sgipad/home"
         ];
         if (qualifiedUrl.includes(domain)) {
@@ -210,6 +212,8 @@ Page({
             // debugger
             if (type === 'ipad') {
                 this.confirmLogin(scanArr[1])
+            }else{
+                router.push("adjust", { md1 });
             }
         } else {
             Toast.fail("无效的二维码");