amis icon indicating copy to clipboard operation
amis copied to clipboard

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

Open Ferris-Cheng opened this issue 1 year ago • 1 comments

实现场景:

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

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

存在的问题:

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

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

工作台

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

code here...

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

Ferris-Cheng avatar Sep 20 '24 09:09 Ferris-Cheng

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

Please review the labels and make any necessary changes.

github-actions[bot] avatar Sep 20 '24 09:09 github-actions[bot]

有图可以看一下吗,感觉和我想的类似,左右结构是说菜单左,内容右吗?

Topi9999 avatar Mar 06 '25 09:03 Topi9999