Open Ferris-Cheng opened 2 months ago
我使用的框架是:https://github.com/aisuda/amis-admin/commits/master/ 默认是上,左右结构,左边是导航栏,右边是内容。如下
现在,我想在多页应用里面,加一些单页,不要左边目录的简洁页面
无法通过参数影藏左侧导航栏
<!DOCTYPE html>
site.json内容如下 { "status": 0, "msg": "", "data": { "pages": [ ] } }
code here...
即使site没有内容,他也是左右结构,这令我很困扰。主要这个工程很多人用,我不能改变indx.html结构
👍 Thanks for this! 🏷 I have applied any labels matching special text in your issue.
Please review the labels and make any necessary changes.
实现场景:
我使用的框架是:https://github.com/aisuda/amis-admin/commits/master/ 默认是上,左右结构,左边是导航栏,右边是内容。如下
现在,我想在多页应用里面,加一些单页,不要左边目录的简洁页面
存在的问题:
无法通过参数影藏左侧导航栏
当前方案:index.html代码如下
<!DOCTYPE html>
site.json内容如下 { "status": 0, "msg": "", "data": { "pages": [ ] } }
即使site没有内容,他也是左右结构,这令我很困扰。主要这个工程很多人用,我不能改变indx.html结构