69 lines
1.7 KiB
JSON
69 lines
1.7 KiB
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/order/create",
|
|
"pages/product/select",
|
|
"pages/product/list",
|
|
"pages/product/form",
|
|
"pages/product/categories",
|
|
"pages/product/units",
|
|
"pages/product/settings",
|
|
"pages/customer/select",
|
|
"pages/customer/form",
|
|
"pages/customer/detail",
|
|
"pages/supplier/select",
|
|
"pages/supplier/form",
|
|
"pages/account/select",
|
|
"pages/account/ledger",
|
|
"pages/account/form",
|
|
"pages/detail/index",
|
|
"pages/my/index",
|
|
"pages/my/about",
|
|
"pages/report/index"
|
|
],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "五金配件管家",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"tabBar": {
|
|
"color": "#8a7535",
|
|
"selectedColor": "#B4880F",
|
|
"backgroundColor": "#ffffff",
|
|
"borderStyle": "black",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页",
|
|
"iconPath": "static/logo.png",
|
|
"selectedIconPath": "static/logo.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/product/list",
|
|
"text": "货品",
|
|
"iconPath": "static/logo.png",
|
|
"selectedIconPath": "static/logo.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/order/create",
|
|
"text": "开单",
|
|
"iconPath": "static/logo.png",
|
|
"selectedIconPath": "static/logo.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/detail/index",
|
|
"text": "明细",
|
|
"iconPath": "static/logo.png",
|
|
"selectedIconPath": "static/logo.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/my/index",
|
|
"text": "我的",
|
|
"iconPath": "static/logo.png",
|
|
"selectedIconPath": "static/logo.png"
|
|
}
|
|
]
|
|
},
|
|
"usingComponents": {}
|
|
} |