ppms-uni-vue3-huertian/src/pages.json

71 lines
1.3 KiB
JSON

{
"pages": [
{
"name": "home",
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "进度查看"
}
},
{
"name": "progress",
"path": "pages/progress/index",
"style": {
"navigationBarTitleText": "工作进度管理"
}
},
{
"name": "my",
"path": "pages/my/index",
"style": {
"navigationBarTitleText": "我的"
}
},
{
"name": "login",
"path": "pages/login/index",
"style": {
"navigationBarTitleText": "登录"
}
},
{
"name": "lesson",
"path": "pages/lesson/index",
"style": {
"navigationBarTitleText": "微课进度"
}
}
],
"tabBar": {
"custom": true,
"color": "#bfbfbf",
"selectedColor": "#0165FF",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"text": "进度查看"
},
{
"pagePath": "pages/progress/index",
"text": "进度管理"
},
{
"pagePath": "pages/my/index",
"text": "我的"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "XSH PPMP",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"easycom": {
"autoscan": true,
"custom": {
"^wd-(.*)": "wot-design-uni/components/wd-$1/wd-$1.vue"
}
}
}