You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

221 lines
4.4 KiB

{
"pages": [
// pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "移动督察",
"enablePullDownRefresh": true,
"app-plus": {
"pullToRefresh": {
"support": true,
"color": "#2979ff", //小圈圈的颜色
"style": "circle" //小圈圈的样式
}
}
}
},
{
"path": "pages/common/camera",
"style": {
"navigationBarTitleText": "随手拍",
"app-plus": {
}
}
},
{
"path": "pages/photo/index",
"style": {
"navigationBarTitleText": "问题照片"
}
},
{
"path": "pages/negative/index",
"style": {
"navigationBarTitleText": "问题清单"
}
},
{
"path": "pages/negative/info",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/negative/action",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/negative/todo",
"style": {
"navigationBarTitleText": "问题处置"
}
},
{
"path": "pages/duty/index",
"style": {
"navigationBarTitleText": "值班报备"
}
},
{
"path": "pages/comfort/list",
"style": {
"navigationBarTitleText": "抚慰申请"
}
},
{
"path": "pages/comfort/action",
"style": {
"navigationBarTitleText": "抚慰申请"
}
},
{
"path": "pages/comfort/add",
"style": {
"navigationBarTitleText": "抚慰申请"
}
},
{
"path": "pages/books/index",
"style": {
"navigationBarTitleText": "知识库"
}
},
{
"path": "pages/center/manual",
"style": {
"navigationBarTitleText": "使用手册"
}
},
{
"path": "pages/center/about",
"style": {
"navigationBarTitleText": "关于APP"
}
},
{
"path": "pages/center/feedback",
"style": {
"navigationBarTitleText": "意见反馈"
}
}
],
"subPackages": [
{
"root": "pages/task",
"pages": [{
"path": "index",
"style": {
"navigationBarTitleText": "我的任务"
}
},
{
"path": "testingAlcohol/people",
"style": {
"navigationBarTitleText": "工作日测酒"
}
},
{
"path": "testingAlcohol/info",
"style": {
"navigationBarTitleText": "工作日测酒"
}
},
{
"path": "testingAlcohol/add",
"style": {
"navigationBarTitleText": "测酒情况录入"
}
},
{
"path": "inspection/info",
"style": {
"navigationBarTitleText": "督察任务要求"
}
},
{
"path": "inspection/list",
"style": {
"navigationBarTitleText": "督察任务"
}
},
{
"path": "selfexamination/index",
"style": {
"navigationBarTitleText": "所队自查任务"
}
},
{
"path": "selfexamination/add",
"style": {
"navigationBarTitleText": "所队自查任务"
}
},
{
"path": "selfexamination/list",
"style": {
"navigationBarTitleText": "所队自查任务"
}
},
{
"path": "selfexamination/info",
"style": {
"navigationBarTitleText": "所队自查任务"
}
},
{
"path": "problem/index",
"style": {
"navigationBarTitleText": "问题详情"
}
},
{
"path": "problem/list",
"style": {
"navigationBarTitleText": "随拍清单"
}
},
{
"path": "problem/add",
"style": {
"navigationBarTitleText": "新增督察任务"
}
}
]
}
],
"globalStyle": {
"pageOrientation": "portrait",
"navigationBarTitleText": "移动督察",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#0e79f2",
"h5": {
"maxWidth": 1190,
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#0e79f2"
}
},
"easycom": {
"autoscan": true,
"custom": {
"tabs": "@/components/tabs.vue",
"upload": "@/components/upload.vue",
"police-picker": "@/components/police-picker.vue",
"problem-picker": "@/components/problem-picker.vue",
"inspection-task-data-picker": "@/components/inspection-task-data-picker.vue",
"net-image": "@/components/net-image.vue",
"empty": "@/components/empty.vue",
"skeleton": "@/components/skeleton.vue",
"file-list": "@/components/file-list.vue",
"filter-radio": "@/components/filter-radio.vue",
"negative": "@/components/negative.vue",
"n-button": "@/components/n-button.vue",
"modal": "@/components/modal.vue"
}
}
}