146 lines
3.5 KiB
JSON
146 lines
3.5 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/customer/detail",
|
||
"style": {
|
||
"navigationBarTitleText": "客户详情"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/supplier/select",
|
||
"style": {
|
||
"navigationBarTitleText": "选择供应商"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/supplier/form",
|
||
"style": {
|
||
"navigationBarTitleText": "新增/编辑供应商"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/account/select",
|
||
"style": {
|
||
"navigationBarTitleText": "选择账户"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/account/ledger",
|
||
"style": {
|
||
"navigationBarTitleText": "账户流水"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/account/form",
|
||
"style": {
|
||
"navigationBarTitleText": "新增/编辑账户"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/detail/index",
|
||
"style": {
|
||
"navigationBarTitleText": "明细"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/my/index",
|
||
"style": {
|
||
"navigationBarTitleText": "我的"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/my/about",
|
||
"style": {
|
||
"navigationBarTitleText": "关于与协议"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/report/index",
|
||
"style": {
|
||
"navigationBarTitleText": "报表"
|
||
}
|
||
}
|
||
],
|
||
"globalStyle": {
|
||
"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/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" }
|
||
]
|
||
},
|
||
"uniIdRouter": {}
|
||
}
|