From fd44d4c08ec0322fb34575a4d6c5c19791050622 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E4=BB=81=E6=B0=B4?= <8641652+zhang-renshui@user.noreply.gitee.com> Date: Sat, 10 Apr 2021 20:01:10 +0800 Subject: [PATCH] update config/pear.config.yml. --- config/pear.config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/pear.config.yml b/config/pear.config.yml index 42c08c4..212b141 100644 --- a/config/pear.config.yml +++ b/config/pear.config.yml @@ -17,7 +17,7 @@ menu: control: false ## 默认选中的菜单项 select: "10" - ## 是否开启异步菜单,false 时 data 属性设置为菜单数据,false 时为 json 文件或后端接口 + ## 是否开启异步菜单,true 时 data 属性设置为菜单数据,false 时为 json 文件或后端接口 async: true ## 视图内容配置 tab: -- Gitee