107 lines
2.1 KiB
JSON
107 lines
2.1 KiB
JSON
{
|
|
"easycom": {
|
|
"autoscan": true,
|
|
"custom": {
|
|
"^u-(.*)": "uview-pro/components/u-$1/u-$1.vue",
|
|
"^nbd-(.*)": "@/components/nbd-$1.vue"
|
|
}
|
|
},
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
{
|
|
"path": "pages/login/index",
|
|
"style": {
|
|
"navigationBarTitleText": "登录",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "首页",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mine/index",
|
|
"style": {
|
|
"navigationBarTitleText": "我的"
|
|
}
|
|
}
|
|
],
|
|
"subPackages": [
|
|
{
|
|
"root": "pipe",
|
|
"pages": [
|
|
{
|
|
"path": "diankou/list",
|
|
"style": {
|
|
"navigationBarTitleText": "点口管理"
|
|
}
|
|
},
|
|
{
|
|
"path": "diankou/port_list",
|
|
"style": {
|
|
"navigationBarTitleText": "点口管理"
|
|
}
|
|
},
|
|
{
|
|
"path": "weld/daily_paper",
|
|
"style": {
|
|
"navigationBarTitleText": "焊接日报"
|
|
}
|
|
},
|
|
{
|
|
"path": "pressure/index",
|
|
"style": {
|
|
"navigationBarTitleText": "试压管理"
|
|
}
|
|
},
|
|
{
|
|
"path": "packaging/list",
|
|
"style": {
|
|
"navigationBarTitleText": "包装管理"
|
|
}
|
|
},
|
|
{
|
|
"path": "packaging/add",
|
|
"style": {
|
|
"navigationBarTitleText": "包装管理"
|
|
}
|
|
},
|
|
{
|
|
"path": "packaging/detail",
|
|
"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": {}
|
|
} |