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

90 lines
2.5 KiB
JSON

2 years ago
{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "场站箱管辅助"
}
}, {
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录",
"enablePullDownRefresh": false
}
}, {
"path": "pages/my/my",
"style": {
"navigationBarTitleText": "个人中心",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/train/train",
2 years ago
"style" :
{
"navigationBarTitleText": "班列业务",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/customer/customer",
"style" :
{
"navigationBarTitleText": "客户业务",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/customer-check/customer-check",
"style" :
{
"navigationBarTitleText": "客户业务核对",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/train-check/train-check",
"style" :
{
"navigationBarTitleText": "班列业务核对",
2 years ago
"enablePullDownRefresh": false
}
}
],
"easycom": {
"autoscan": true,
"custom": {
"tui-(.*)": "@/components/thorui/tui-$1/tui-$1.vue"
}
},
"tabBar": {
"color": "#666666",
"selectedColor": "#5677FC",
"backgroundColor": "#FFFFFF",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/index.png",
"selectedIconPath": "static/indexfill.png",
"text": "首页"
}, {
"pagePath": "pages/my/my",
"iconPath": "static/my.png",
"selectedIconPath": "static/myfill.png",
"text": "我的"
}]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "场站箱管辅助",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}