rabin 19 часов назад
Родитель
Сommit
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) {