first commit
This commit is contained in:
182
pages.json
Normal file
182
pages.json
Normal file
@@ -0,0 +1,182 @@
|
||||
{
|
||||
"easycom": {
|
||||
"autoscan": true,
|
||||
"custom": {
|
||||
"^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
|
||||
"^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
|
||||
"^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue"
|
||||
}
|
||||
},
|
||||
"pages": [
|
||||
{
|
||||
"path": "pages/index/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "三查一曝光"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/plandetail/plandetail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "计划详情"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/Inspectionresult/Inspectionresult",
|
||||
"style": {
|
||||
"navigationBarTitleText": "检查结果"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/membermanagemen/membermanagemen",
|
||||
"style": {
|
||||
"navigationBarTitleText": "成员管理"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/corporateInformation/corporateInformation",
|
||||
"style": {
|
||||
"navigationBarTitleText": "企业信息"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/editcompanInformation/editcompanInformation",
|
||||
"style": {
|
||||
"navigationBarTitleText": "编辑企业信息"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/checklist/checklist",
|
||||
"style": {
|
||||
"navigationBarTitleText": "检查表"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/editchecklist/editchecklist",
|
||||
"style": {
|
||||
"navigationBarTitleText": "编辑检查表"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/Inspectionlog/Inspectionlog",
|
||||
"style": {
|
||||
"navigationBarTitleText": "检查记录"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/Inspectionchecklist/Inspectionchecklist",
|
||||
"style": {
|
||||
"navigationBarTitleText": "检查清单"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/Idphotomanagement/Idphotomanagement",
|
||||
"style": {
|
||||
"navigationBarTitleText": "证件照管理"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/hiddendanger/Inspection",
|
||||
"style": {
|
||||
"navigationBarTitleText": "隐患排查"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/hiddendanger/view",
|
||||
"style": {
|
||||
"navigationBarTitleText": "查看隐患"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path":"pages/hiddendanger/rectification",
|
||||
"style": {
|
||||
"navigationBarTitleText": "隐患整改"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path":"pages/hiddendanger/acceptance",
|
||||
"style": {
|
||||
"navigationBarTitleText": "隐患验收"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path":"pages/closeout/application",
|
||||
"style": {
|
||||
"navigationBarTitleText": "销号申请"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path":"pages/closeout/editor",
|
||||
"style": {
|
||||
"navigationBarTitleText": "编辑销号申请"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path":"pages/equipmentregistration/equipmentregistration",
|
||||
"style": {
|
||||
"navigationBarTitleText": "设备登记"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path":"pages/area/management",
|
||||
"style": {
|
||||
"navigationBarTitleText": "区域管理"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path":"pages/Inspectionwarning/Inspectionwarning",
|
||||
"style": {
|
||||
"navigationBarTitleText": "日常安全检查预警"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path":"pages/personalcenter/my",
|
||||
"style": {
|
||||
"navigationBarTitleText": "我的",
|
||||
"navigationStyle": "custom"
|
||||
|
||||
}
|
||||
},
|
||||
{
|
||||
"path":"pages/personalcenter/helpcenter",
|
||||
"style": {
|
||||
"navigationBarTitleText": "帮助中心"
|
||||
|
||||
}
|
||||
},
|
||||
{
|
||||
"path":"pages/personalcenter/notification",
|
||||
"style": {
|
||||
"navigationBarTitleText": "新消息通知"
|
||||
|
||||
}
|
||||
},
|
||||
{
|
||||
"path":"pages/personalcenter/settings",
|
||||
"style": {
|
||||
"navigationBarTitleText": "通用设置"
|
||||
|
||||
}
|
||||
},
|
||||
{
|
||||
"path":"pages/personalcenter/account",
|
||||
"style": {
|
||||
"navigationBarTitleText": "账号安全"
|
||||
|
||||
}
|
||||
},
|
||||
{
|
||||
"path":"pages/personalcenter/edit",
|
||||
"style": {
|
||||
"navigationBarTitleText": "编辑资料"
|
||||
|
||||
}
|
||||
}
|
||||
],
|
||||
"globalStyle": {
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarTitleText": "uni-app",
|
||||
"navigationBarBackgroundColor": "#007aff",
|
||||
"backgroundColor": "#F8F8F8"
|
||||
},
|
||||
"uniIdRouter": {}
|
||||
}
|
||||
Reference in New Issue
Block a user