Przeglądaj źródła

增加荧屏展示商品路由

sunxbiao 10 miesięcy temu
rodzic
commit
36a5313a54
1 zmienionych plików z 5 dodań i 0 usunięć
  1. 5 0
      route/api.php

+ 5 - 0
route/api.php

@@ -1328,6 +1328,11 @@ Route::get('test_external', 'api.store.merchant.Taskorderlianc/getUserPoints');
1328
 Route::any('/share', function () {
1328
 Route::any('/share', function () {
1329
     return view(app()->getRootPath() . 'public/share/register.html');
1329
     return view(app()->getRootPath() . 'public/share/register.html');
1330
 });
1330
 });
1331
+
1332
+Route::any('/scrn', function () {
1333
+    return view(app()->getRootPath() . 'public/scrn/index.html');
1334
+});
1335
+
1331
 Route::any('/', function () {
1336
 Route::any('/', function () {
1332
     $DB = DIRECTORY_SEPARATOR;
1337
     $DB = DIRECTORY_SEPARATOR;
1333
 
1338