rabin 20 시간 전
부모
커밋
f68759d873
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/place/set/app/Lib/Info.php

+ 2 - 2
src/place/set/app/Lib/Info.php

@@ -40,7 +40,7 @@ class Info
             }
             $code = $this->encode(...$code);
 
-            $host = 'http://localhost:8080/#';
+            $host = 'https://h5.yijiudingsheng.com';
             $path = '/pages/main?p=' . $code;
 
             # 生成各个端口的品牌入口:
@@ -62,7 +62,7 @@ class Info
             $scene[4] = $type;
             $scene = implode('!', $scene);
 
-            $result['h5'] = $host . '/pages/main?scene=' . $scene;
+            //$result['h5'] = $host . '/pages/main?scene=' . $scene;
 
             $check = Dever::db('place/qrcode')->find(['code' => $scene]);
             if ($check) {