فهرست منبع

Fixed : url error

Zhu Jinhui 7 سال پیش
والد
کامیت
2ce7dc023b
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      demo/private/configure/router.config.php

+ 1 - 0
demo/private/configure/router.config.php

@@ -2,5 +2,6 @@
 return [
     //'index:index' => 'dirs:index',
     'home:index' => 'index:index',
+    'main:*' => 'index:index',
     'api:*' => 'api\{1}:*'
 ];