1 Star 0 Fork 0

Handy/boss_app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 2.38 KB
一键复制 编辑 原始数据 按行查看 历史
Handy 提交于 2024-01-10 10:38 . init
{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [
// {
// "path": "pages/sys/login/index",
// "style": {
// "navigationBarTitleText": "登录"
// }
// },
{
"path": "pages/sys/login/forget",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom" // 隐藏系统导航栏
}
},
{
"path": "pages/common/webview",
"style": {
"navigationBarTitleText": "浏览网页",
"navigationStyle": "custom" // 隐藏系统导航栏
}
},
{
"path": "pages/sys/login/reg",
"style": {
"navigationBarTitleText": "注册账号"
}
},
{
"path": "pages/sys/home/index",
"style": {
"navigationBarTitleText": "工作台",
"navigationStyle": "custom" // 隐藏系统导航栏
}
},
{
"path": "pages/sys/user/index",
"style": {
"navigationBarTitleText": "我的",
"navigationBarBackgroundColor":"#5b95ff",
"navigationBarTextStyle": "white"
}
},
{
"path": "uview-ui/components/u-avatar-cropper/u-avatar-cropper",
"style": {
"navigationBarTitleText": "头像裁剪",
"navigationBarBackgroundColor": "#000000"
}
},
{
"path": "pages/sys/login/code",
"style": {
"navigationBarTitleText": "验证码"
}
},
{
"path": "pages/sys/login/registerCode",
"style": {
"navigationBarTitleText": "验证码"
}
},
{
"path": "pages/sys/workbench/index",
"style": {
"navigationBarTitleText": "工作台"
}
}
],
"subPackages": [
],
"preloadRule": {
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "Aidex",
"navigationBarBackgroundColor": "#ffffff",
"pageOrientation":"auto"
},
"tabBar": {
"color": "#333333",
"selectedColor": "#4094ff",
"backgroundColor": "#ffffff",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/sys/home/index",
"iconPath": "static/aidex/tabbar/home_1.png",
"selectedIconPath": "static/aidex/tabbar/home_2.png",
"text": "首页"
},
{
"pagePath": "pages/sys/workbench/index",
"iconPath": "static/aidex/tabbar/apply_1.png",
"selectedIconPath": "static/aidex/tabbar/apply_2.png",
"text": "工作台"
},
{
"pagePath": "pages/sys/user/index",
"iconPath": "static/aidex/tabbar/my_1.png",
"selectedIconPath": "static/aidex/tabbar/my_2.png",
"text": "我的"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/leiziccc/boss_app.git
[email protected]:leiziccc/boss_app.git
leiziccc
boss_app
boss_app
master

搜索帮助