From a18afc9a6eba76d4501499401096c27f058ed21b Mon Sep 17 00:00:00 2001 From: brjun Date: Thu, 9 Feb 2023 14:05:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 559488a..395ea51 100644 --- a/README.md +++ b/README.md @@ -9,5 +9,5 @@ #### 本地开发 1. 将```.env.example```重命名为```.env```; 2. 将数据库信息修改为自己的; -3. 浏览器访问站点域名即可。 -> 本地开发时,需要手动切换```manifest.yaml```中对应的左侧菜单的路由,三个路由:应用管理```域名/web/index.php?c=module&a=display```,系统功能```域名/web/index.php?c=system&a=base-info```,站点设置```域名/web/index.php?c=system&a=setting&do=basic``` +3. 浏览器访问站点域名即可; +4. 本地开发时,需要手动切换```manifest.yaml```中对应的左侧菜单的路由。三个路由:(1)应用管理```域名/web/index.php?c=module&a=display```;(2)系统功能```域名/web/index.php?c=system&a=base-info```,(3)站点设置```域名/web/index.php?c=system&a=setting&do=basic```