Explorar o código

增加荧屏展示商品路由

sunxbiao hai 1 ano
pai
achega
36a5313a54
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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