ferris
Results
1
issues of
ferris
#### 实现场景: 我使用的框架是:https://github.com/aisuda/amis-admin/commits/master/ 默认是上,左右结构,左边是导航栏,右边是内容。如下 现在,我想在多页应用里面,加一些单页,不要左边目录的简洁页面 #### 存在的问题: 无法通过参数影藏左侧导航栏 #### 当前方案:index.html代码如下 工作台 (function () { let amis = amisRequire('amis/embed'); const app = { type: 'app', "api":'/pages/site.json' }; function isCurrentUrl(to, ctx) {...
doc
style