实验室运维app端
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.
 
 
 
 

274 lines
9.4 KiB

{
"easycom": {
"^betone-(.*)": "@/common/betone_components/betone-$1.vue"
},
"pages": [
{
"path": "pages/home/index",
"style": {
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/notice/index",
"style": {
"navigationBarTitleText": "消息中心",
"enablePullDownRefresh": false
}
},
{
"path": "pages/notice/announcement",
"style": {
"navigationBarTitleText": "公告中心",
"enablePullDownRefresh": false
}
}
],
"subPackages": [
{
"root": "pages/forgot",
"pages": [
{
"path": "forgotPassword",
"style": {
"navigationBarTitleText": "忘记密码",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#F8F8F8",
"app-plus": {
"titleNView": {}
}
}
}
]
},
{
"root": "pages/inspection",
"pages": [
{
"path": "quest",
"style": {
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
},
{
"path": "questDetails",
"style": {
"navigationBarTitleText": "巡检任务单",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#F8F8F8",
"app-plus": {
"titleNView": {}
}
}
},
{
"path": "plan",
"style": {
"navigationBarTitleText": "巡检计划",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#fff",
"app-plus": {
"titleNView": {}
}
}
},
{
"path": "planDetails",
"style": {
"navigationBarTitleText": "巡检计划详情",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#F8F8F8",
"app-plus": {
"titleNView": {}
}
}
},
{
"path": "questOrder",
"style": {
"navigationBarTitleText": "巡检任务单",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#F8F8F8",
"app-plus": {
"titleNView": {}
}
}
}
]
},
{
"root": "pages/order",
"pages": [
{
"path": "location",
"style": {
"navigationBarTitleText": "查看位置",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#F8F8F8",
"app-plus": {
"titleNView": {}
}
}
}
]
},
{
"root": "pages/my",
"pages": [
{
"path": "my",
"style": {
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
},
{
"path": "records",
"style": {
"navigationBarTitleText": "记录",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#F8F8F8"
}
},
{
"path": "feedback",
"style": {
"navigationBarTitleText": "意见反馈",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#F8F8F8"
}
}
]
},
{
"root": "pages/submission",
"pages": [
{
"path": "log",
"style": {
"navigationBarTitleText": "流程日志",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#F8F8F8"
}
},
{
"path": "index",
"style": {
"navigationBarTitleText": "维修报送",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#F8F8F8"
}
},
{
"path": "submissionDetails",
"style": {
"navigationBarTitleText": "维修报送",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#F8F8F8"
}
},
{
"path": "records",
"style": {
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
},
{
"path": "recordsdetails",
"style": {
"navigationBarTitleText": "维修详情",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#F8F8F8",
"app-plus": {
"titleNView": {}
}
}
},
{
"path": "evaluate",
"style": {
"navigationBarTitleText": "评价",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#F8F8F8",
"app-plus": {
"titleNView": {}
}
}
},
{
"path": "sendOrders",
"style": {
"navigationBarTitleText": "工单",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#F8F8F8",
"app-plus": {
"titleNView": {}
}
}
}
]
},
{
"root": "pages/login",
"pages": [
{
"path": "login",
"style": {
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
},
{
"path": "authInfo",
"style": {
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
}
]
},
{
"root": "pages/register",
"pages": [
{
"path": "index",
"style": {
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
},
{
"path": "registerSuccess",
"style": {
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
}
]
}
],
"globalStyle": {
"navigationStyle": "default",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "科研医疗建筑运维平台",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#fff"
}
}