Ai
1 Star 0 Fork 31

我一路向北/BaseCloud

forked from BASE/BaseCloud 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 2.17 KB
一键复制 编辑 原始数据 按行查看 历史
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path" : "pages/login/login",
"style" : {
"leftWindow":false ,
"topWindow" : false
}
},{
"path" : "pages/menu/menuList",
"style" : {
"navigationBarTitleText":"菜单列表"
}
},{
"path" : "pages/role/roleEdit",
"style" : {
"navigationBarTitleText":"编辑角色"
}
},{
"path" : "pages/role/roleList",
"style" : {
"navigationBarTitleText":"角色列表"
}
},{
"path" : "pages/user/userEdit",
"style" : {
"navigationBarTitleText":"编辑用户"
}
},{
"path" : "pages/user/userList",
"style" : {
"navigationBarTitleText":"用户列表"
}
}
,{
"path" : "pages/operateLog/operateLogList",
"style" : {
"navigationBarTitleText":"操作日志"
}
}
,{
"path" : "pages/paramConfig/paramConfigEdit",
"style" : {"navigationBarTitleText":"系统参数设置"}
},{
"path" : "pages/paramConfig/paramConfigList",
"style" : {"navigationBarTitleText":"系统参数"}
}
,{
"path" : "pages/setting/setting",
"style" : {}
}
]
// #ifdef H5
,"globalStyle": {
"navigationStyle":"custom",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "BaseCloud",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"topWindow": {
// "path": "components/window/top-window-inverse", //另一种风格
"path": "components/window/top-window",
"style": {
"height": "65px"
},
"matchMedia": {
"minWidth": 768
}
},
"leftWindow": {
"path": "components/window/left-window",
"style": {
"width": "200px"
},
"matchMedia": {
"minWidth": 768
}
}
// #endif
// #ifndef H5
,"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "BaseCloud",
"navigationBarBackgroundColor": "#1c1d21",
"backgroundColor": "#F8F8F8"
}
// #endif
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/younth/BaseCloud.git
git@gitee.com:younth/BaseCloud.git
younth
BaseCloud
BaseCloud
master

搜索帮助