Sfoglia il codice sorgente

增加荧屏展示商品路由

sunxbiao 10 mesi fa
parent
commit
36a5313a54
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  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 1328
 Route::any('/share', function () {
1329 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 1336
 Route::any('/', function () {
1332 1337
     $DB = DIRECTORY_SEPARATOR;
1333 1338