Files
PartsInquiry/frontend/pages.json
2025-09-29 21:38:32 +08:00

205 lines
4.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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/submit",
"style": {
"navigationBarTitleText": "提交配件",
"navigationBarBackgroundColor": "#ffffff"
}
},
{
"path": "pages/product/submissions",
"style": {
"navigationBarTitleText": "我的提交"
}
},
{
"path": "pages/product/submission-detail",
"style": {
"navigationBarTitleText": "提交详情"
}
},
{
"path": "pages/product/form",
"style": {
"navigationBarTitleText": "编辑货品"
}
},
{
"path": "pages/product/product-detail",
"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/auth/login",
"style": {
"navigationBarTitleText": "登录"
}
},
{
"path": "pages/auth/register",
"style": {
"navigationBarTitleText": "注册"
}
},
{
"path": "pages/my/index",
"style": {
"navigationBarTitleText": "我的"
}
},
{
"path": "pages/my/about",
"style": {
"navigationBarTitleText": "关于与协议"
}
},
{
"path": "pages/my/security",
"style": {
"navigationBarTitleText": "账号与安全"
}
},
{
"path": "pages/my/vip",
"style": {
"navigationBarTitleText": "VIP会员",
"navigationBarBackgroundColor": "#1a1a2e",
"navigationBarTextStyle": "white",
"backgroundColor": "#1a1a2e",
"backgroundTextStyle": "light"
}
},
{
"path": "pages/my/orders",
"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/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" }
]
},
"uniIdRouter": {}
}