90 lines
1.9 KiB
JSON
90 lines
1.9 KiB
JSON
{
|
||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
{
|
||
"path": "pages/index/index",
|
||
"style": {
|
||
"navigationBarTitleText": "五金配件管家"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/order/create",
|
||
"style": {
|
||
"navigationBarTitleText": "开单"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/product/select",
|
||
"style": {
|
||
"navigationBarTitleText": "选择商品"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/product/list",
|
||
"style": {
|
||
"navigationBarTitleText": "货品列表"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/product/form",
|
||
"style": {
|
||
"navigationBarTitleText": "编辑货品"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/product/categories",
|
||
"style": {
|
||
"navigationBarTitleText": "类别管理"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/product/units",
|
||
"style": {
|
||
"navigationBarTitleText": "单位管理"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/product/settings",
|
||
"style": {
|
||
"navigationBarTitleText": "货品设置"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/customer/select",
|
||
"style": {
|
||
"navigationBarTitleText": "选择客户"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/customer/form",
|
||
"style": {
|
||
"navigationBarTitleText": "新增客户"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/supplier/select",
|
||
"style": {
|
||
"navigationBarTitleText": "选择供应商"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/account/select",
|
||
"style": {
|
||
"navigationBarTitleText": "选择账户"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/detail/index",
|
||
"style": {
|
||
"navigationBarTitleText": "明细"
|
||
}
|
||
}
|
||
],
|
||
"globalStyle": {
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "五金配件管家",
|
||
"navigationBarBackgroundColor": "#F8F8F8",
|
||
"backgroundColor": "#F8F8F8"
|
||
},
|
||
"uniIdRouter": {}
|
||
}
|