73 lines
2.0 KiB
JSON
73 lines
2.0 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/auth/login",
|
|
"pages/auth/register",
|
|
"pages/my/index",
|
|
"pages/my/about",
|
|
"pages/my/vip",
|
|
"pages/report/index"
|
|
],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "五金配件管家",
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
"backgroundColor": "#FFFFFF",
|
|
"backgroundTextStyle": "dark"
|
|
},
|
|
"tabBar": {
|
|
"color": "#444444",
|
|
"selectedColor": "#4C8DFF",
|
|
"backgroundColor": "#FFFFFF",
|
|
"borderStyle": "black",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页",
|
|
"iconPath": "static/icons/home.png",
|
|
"selectedIconPath": "static/icons/home.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/product/list",
|
|
"text": "货品",
|
|
"iconPath": "static/icons/product.png",
|
|
"selectedIconPath": "static/icons/product.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/order/create",
|
|
"text": "开单",
|
|
"iconPath": "static/icons/icons8-purchase-order-100.png",
|
|
"selectedIconPath": "static/icons/icons8-purchase-order-100.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/detail/index",
|
|
"text": "明细",
|
|
"iconPath": "static/icons/icons8-more-details-100.png",
|
|
"selectedIconPath": "static/icons/icons8-more-details-100.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/my/index",
|
|
"text": "我的",
|
|
"iconPath": "static/icons/icons8-account-male-100.png",
|
|
"selectedIconPath": "static/icons/icons8-account-male-100.png"
|
|
}
|
|
]
|
|
},
|
|
"usingComponents": {}
|
|
} |