Просмотр исходного кода

增加荧屏展示商品路由

sunxbiao месяцев назад: 10
Родитель
Сommit
36a5313a54
1 измененных файлов с 5 добавлено и 0 удалено
  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