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.
84 lines
1.5 KiB
84 lines
1.5 KiB
|
7 months ago
|
{
|
||
|
|
"pages": [
|
||
|
|
{
|
||
|
|
"path": "pages/index/index",
|
||
|
|
"style": {
|
||
|
|
"navigationBarTitleText": "物资盘点"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"path": "pages/profile/profile",
|
||
|
|
"style": {
|
||
|
|
"navigationBarTitleText": "个人中心"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"path": "pages/login/login",
|
||
|
|
"style": {
|
||
|
|
"navigationBarTitleText": "登录"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"path": "pages/scan/scan",
|
||
|
|
"style": {
|
||
|
|
"navigationBarTitleText": "扫码盘点"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"path": "pages/inventory/inventory",
|
||
|
|
"style": {
|
||
|
|
"navigationBarTitleText": "物资盘点"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"path": "pages/detail/detail",
|
||
|
|
"style": {
|
||
|
|
"navigationBarTitleText": "物资详情"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"globalStyle": {
|
||
|
|
"navigationBarTextStyle": "black",
|
||
|
|
"navigationBarTitleText": "物资盘点",
|
||
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
||
|
|
"backgroundColor": "#F8F8F8"
|
||
|
|
},
|
||
|
|
"tabBar": {
|
||
|
|
"color": "#999999",
|
||
|
|
"selectedColor": "#007AFF",
|
||
|
|
"backgroundColor": "#ffffff",
|
||
|
|
"borderStyle": "black",
|
||
|
|
"list": [
|
||
|
|
{
|
||
|
|
"pagePath": "pages/index/index",
|
||
|
|
"text": "盘点",
|
||
|
|
"iconPath": "static/tabbar/inventory.png",
|
||
|
|
"selectedIconPath": "static/tabbar/inventory-active.png"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"pagePath": "pages/profile/profile",
|
||
|
|
"text": "个人中心",
|
||
|
|
"iconPath": "static/tabbar/profile.png",
|
||
|
|
"selectedIconPath": "static/tabbar/profile-active.png"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"uniIdRouter": {},
|
||
|
|
"condition": {
|
||
|
|
"current": 0,
|
||
|
|
"list": [
|
||
|
|
{
|
||
|
|
"name": "",
|
||
|
|
"path": "",
|
||
|
|
"query": ""
|
||
|
|
}
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"easycom": {
|
||
|
|
"autoscan": true,
|
||
|
|
"custom": {
|
||
|
|
"^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|