rabin 1 天之前
父節點
當前提交
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) {