store-manage-app/src/pages.json

265 lines
5.8 KiB
JSON

{
"pages": [
{
"path": "pages/login/index",
"style": {
"navigationBarTitleText": "登录"
}
},
{
"path": "pages/home/index",
"style": {
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/revert/index",
"style": {
"navigationBarTitleText": "上报"
}
},
{
"path": "pages/statement/index",
"style": {
"navigationBarTitleText": "报表"
}
},
{
"path": "pages/mine/index",
"style": {
"navigationBarTitleText": "我的"
}
}
],
"subPackages": [
{
"root": "pages/data",
"pages": [
{
"path": "brokerage/index",
"style": {
"navigationBarTitleText": "提成数据"
}
},
{
"path": "performance/index",
"style": {
"navigationBarTitleText": "业绩数据"
}
},
{
"path": "upload/index",
"style": {
"navigationBarTitleText": "上传数据"
}
}
]
},
{
"root": "pages/user",
"pages": [
{
"path": "index",
"style": {
"navigationBarTitleText": "员工管理"
}
},
{
"path": "update",
"style": {
"navigationBarTitleText": "修改信息"
}
},
{
"path": "detail",
"style": {
"navigationBarTitleText": "员工详情"
}
}
]
},
{
"root": "pages/setting",
"pages": [
{
"path": "index",
"style": {
"navigationBarTitleText": "设置"
}
},
{
"path": "password",
"style": {
"navigationBarTitleText": "修改密码"
}
},
{
"path": "complain",
"style": {
"navigationBarTitleText": "举报投诉"
}
},
{
"path": "suggestion",
"style": {
"navigationBarTitleText": "意见箱"
}
}
]
},
{
"root": "pages/task",
"pages": [
{
"path": "index",
"style": {
"navigationBarTitleText": "任务列表"
}
},
{
"path": "submit",
"style": {
"navigationBarTitleText": "任务提交"
}
},
{
"path": "task_hygienes_submit",
"style": {
"navigationBarTitleText": "清洁任务提交"
}
},
{
"path": "task_ledgers_submit",
"style": {
"navigationBarTitleText": "数据上报"
}
},
{
"path": "detail",
"style": {
"navigationBarTitleText": "任务详情"
}
}
]
},
{
"root": "pages/expense-account",
"pages": [
{
"path": "index",
"style": {
"navigationBarTitleText": "报销管理"
}
},
{
"path": "submit",
"style": {
"navigationBarTitleText": "报销提交"
}
}
]
},
{
"root": "pages/work",
"pages": [
{
"path": "list",
"style": {
"navigationBarTitleText": "升职申请"
}
},
{
"path": "create",
"style": {
"navigationBarTitleText": "升职申请"
}
}
]
},
{
"root": "pages/train-books",
"pages": [
{
"path": "index",
"style": {
"navigationBarTitleText": "培训课件"
}
},
{
"path": "detail",
"style": {
"navigationBarTitleText": "培训课件"
}
}
]
},
{
"root": "pages/examination",
"pages": [
{
"path": "index",
"style": {
"navigationBarTitleText": "培训考试"
}
},
{
"path": "detail",
"style": {
"navigationBarTitleText": "培训考试"
}
}
]
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#FFFFFF",
"navigationStyle": "custom",
"backgroundColorTop": "#FFFFFF",
"app-plus": {
"bounce": "none",
"scrollIndicator": "none"
}
},
"tabBar": {
"color": "#333",
"selectedColor": "#ff3c2a",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/home/index",
"selectedIconPath": "static/images/home.png",
"iconPath": "static/images/home.png",
"text": "首页"
},
{
"pagePath": "pages/revert/index",
"selectedIconPath": "static/images/home.png",
"iconPath": "static/images/home.png",
"text": "上报"
},
{
"pagePath": "pages/statement/index",
"selectedIconPath": "static/images/home.png",
"iconPath": "static/images/home.png",
"text": "报表"
},
{
"pagePath": "pages/mine/index",
"selectedIconPath": "static/images/home.png",
"iconPath": "static/images/home.png",
"text": "我的"
}
]
},
"easycom": {
"autoscan": true,
"custom": {
"^uv-(.*)": "@climblee/uv-ui/components/uv-$1/uv-$1.vue"
}
}
}