185 lines
3.6 KiB
JSON
185 lines
3.6 KiB
JSON
{
|
|
"easycom": {
|
|
"autoscan": true,
|
|
"custom": {
|
|
"^nbd-print-prop$": "@/scanpages/components/nbd-print-prop.vue",
|
|
"^u-(.*)": "uview-pro/components/u-$1/u-$1.vue",
|
|
"^nbd-(.*)": "@/components/nbd-$1.vue"
|
|
}
|
|
},
|
|
"pages": [
|
|
{
|
|
"path": "pages/login/index",
|
|
"style": {
|
|
"navigationBarTitleText": "登录",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "首页",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mine/index",
|
|
"style": {
|
|
"navigationBarTitleText": "我的"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/todo/list",
|
|
"style": {
|
|
"navigationBarTitleText": "待办"
|
|
}
|
|
}
|
|
],
|
|
"subPackages": [
|
|
{
|
|
"root": "pipe",
|
|
"pages": [
|
|
{
|
|
"path": "diankou/list",
|
|
"style": {
|
|
"navigationBarTitleText": "点口管理"
|
|
}
|
|
},
|
|
{
|
|
"path": "diankou/port_list",
|
|
"style": {
|
|
"navigationBarTitleText": "点口管理"
|
|
}
|
|
},
|
|
{
|
|
"path": "pressure/index",
|
|
"style": {
|
|
"navigationBarTitleText": "试压管理"
|
|
}
|
|
},
|
|
{
|
|
"path": "pressure/pressure_before/list",
|
|
"style": {
|
|
"navigationBarTitleText": "试压前条件确认"
|
|
}
|
|
},
|
|
{
|
|
"path": "pressure/pressure_before/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "试压前条件确认"
|
|
}
|
|
},
|
|
{
|
|
"path": "pressure/check_remove/list",
|
|
"style": {
|
|
"navigationBarTitleText": "尾项检查及消项"
|
|
}
|
|
},
|
|
{
|
|
"path": "packaging/list",
|
|
"style": {
|
|
"navigationBarTitleText": "包装管理"
|
|
}
|
|
},
|
|
{
|
|
"path": "packaging/add",
|
|
"style": {
|
|
"navigationBarTitleText": "包装管理"
|
|
}
|
|
},
|
|
{
|
|
"path": "packaging/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "包装管理"
|
|
}
|
|
},
|
|
{
|
|
"path": "deliver/list",
|
|
"style": {
|
|
"navigationBarTitleText": "发货管理"
|
|
}
|
|
},
|
|
{
|
|
"path": "deliver/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "发货管理"
|
|
}
|
|
},
|
|
{
|
|
"path": "precast/list",
|
|
"style": {
|
|
"navigationBarTitleText": "预制组件管理"
|
|
}
|
|
},
|
|
{
|
|
"path": "precast/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "预制组件管理"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"root": "scanpages",
|
|
"pages": [
|
|
{
|
|
"path": "hj/materials_detail",
|
|
"style": {
|
|
"navigationBarTitleText": "材料详情"
|
|
}
|
|
},
|
|
{
|
|
"path": "hj/material_sampling",
|
|
"style": {
|
|
"navigationBarTitleText": "下料抽检"
|
|
}
|
|
},
|
|
{
|
|
"path": "hj/make_right",
|
|
"style": {
|
|
"navigationBarTitleText": "组对抽查"
|
|
}
|
|
},
|
|
{
|
|
"path": "hj/daily_paper",
|
|
"style": {
|
|
"navigationBarTitleText": "焊接日报"
|
|
}
|
|
},
|
|
{
|
|
"path": "hj/do_anti_rust",
|
|
"style": {
|
|
"navigationBarTitleText": "防腐处理"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"tabBar": {
|
|
"color": "#cbcbcb",
|
|
"backgroundColor": "#2979ff",
|
|
"selectedColor": "#ffffff",
|
|
"borderStyle": "black",
|
|
"list": [{
|
|
"text": "首页",
|
|
"pagePath": "pages/index/index",
|
|
"iconPath": "/static/tabs/home.png",
|
|
"selectedIconPath": "/static/tabs/home-active.png"
|
|
},
|
|
{
|
|
"text": "个人中心",
|
|
"pagePath": "pages/mine/index",
|
|
"iconPath": "static/tabs/mine.png",
|
|
"selectedIconPath": "static/tabs/mine-active.png"
|
|
}
|
|
],
|
|
"position": "bottom"
|
|
},
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarTitleText": "施工管理",
|
|
"navigationBarBackgroundColor": "#2979ff",
|
|
"backgroundColor": "#2979ff"
|
|
},
|
|
"uniIdRouter": {}
|
|
} |