baidu / amis

前端低代码框架,通过 JSON 配置就能生成各种页面。
https://baidu.github.io/amis/
Apache License 2.0
17.44k stars 2.53k forks source link

多页应用导航栏支持带参数折叠吗 #10944

Open Ferris-Cheng opened 2 months ago

Ferris-Cheng commented 2 months ago

实现场景:

我使用的框架是:https://github.com/aisuda/amis-admin/commits/master/ 默认是上,左右结构,左边是导航栏,右边是内容。如下

现在,我想在多页应用里面,加一些单页,不要左边目录的简洁页面

存在的问题:

无法通过参数影藏左侧导航栏

当前方案:index.html代码如下

<!DOCTYPE html>

工作台

site.json内容如下 { "status": 0, "msg": "", "data": { "pages": [ ] } }

code here...

即使site没有内容,他也是左右结构,这令我很困扰。主要这个工程很多人用,我不能改变indx.html结构

github-actions[bot] commented 2 months ago

👍 Thanks for this! 🏷 I have applied any labels matching special text in your issue.

Please review the labels and make any necessary changes.