Files
WarehouseMgmt/vol-app-next/pages.json
2025-10-09 13:58:21 +08:00

442 lines
10 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/home/home", //首页
"style": {
"enablePullDownRefresh": false,
//"navigationBarBackgroundColor": "#FFFFFF",//导航栏颜色
//"navigationBarTitleText":"",//导航栏文字
"navigationStyle": "custom", // 隐藏系统导航栏
"app-plus": {
"titleNView": false
}
}
},
{
"path": "pages/login/login", //登录
"style": {
"enablePullDownRefresh": false,
//"navigationBarBackgroundColor": "#FFFFFF",//导航栏颜色
//"navigationBarTitleText":"",//导航栏文字
"navigationStyle": "custom", // 隐藏系统导航栏
"app-plus": {
"titleNView": false
}
}
},
{
"path": "components/vol-preview/vol-preview",
"style": {
"navigationBarTitleText": "预览"
}
},
{
"path": "pages/policy/policy",
"style": {
"navigationBarTitleText": "隐私政策"
}
},
{
"path": "pages/agreement/agreement",
"style": {
"navigationBarTitleText": "用户服务协议"
}
},
{
"path": "pages/menu/menu",
"style": {
"navigationBarTitleText": "菜单"
}
},
{
"path": "pages/flow/flow",
"style": {
"navigationBarTitleText": "审批流程"
}
}, {
"path": "pages/flow/audit/audit",
"style": {
"navigationBarTitleText": "审批",
"enablePullDownRefresh": false
}
},
{
"path": "pages/report/index",
"style": {
"navigationBarTitleText": "报表管理"
}
},
// {
// "path": "pages/message/message",
// "style": {
// "navigationBarTitleText": "消息"
// }
// },
{
"path": "pages/user/user",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#00aaff",
"app-plus": { // 隐藏系统导航栏
"titleNView": false
},
"navigationStyle": "custom" //添加自定义配置
}
},
{
"path": "pages/user/modifyPwd",
"style": {
"navigationBarTitleText": "修改密码"
}
}, {
"path": "pages/language/language",
"style": {
"navigationBarTitleText": "语言设置"
}
},
//演示菜单页面开始位置
{
"path": "pages/form/index",
"style": {
"navigationBarTitleText": "基础表单",
"enablePullDownRefresh": false
}
},
{
"path": "pages/form/form1",
"style": {
"navigationBarTitleText": "基础表单",
"enablePullDownRefresh": false
}
},
{
"path": "pages/form/event",
"style": {
"navigationBarTitleText": "表单事件处理",
"enablePullDownRefresh": false
}
},
{
"path": "pages/form/calc",
"style": {
"navigationBarTitleText": "表单字段实时计算",
"enablePullDownRefresh": false
}
},
{
"path": "pages/form/group",
"style": {
"navigationBarTitleText": "表单分组",
"enablePullDownRefresh": false
}
}, {
"path": "pages/form/format",
"style": {
"navigationBarTitleText": "表单格式化",
"enablePullDownRefresh": false
}
},
{
"path": "pages/form/position",
"style": {
"navigationBarTitleText": "标签位置、宽度",
"enablePullDownRefresh": false
}
},
{
"path": "pages/table/index",
"style": {
"navigationBarTitleText": "表格组件"
}
},
{
"path": "pages/table/base-table",
"style": {
"navigationBarTitleText": "基础表格"
}
},
{
"path": "pages/table/scroll-table",
"style": {
"navigationBarTitleText": "可滚动表格"
}
},
{
"path": "pages/table/list-table",
"style": {
"navigationBarTitleText": "列表展示"
}
},
{
"path": "pages/table/api-table",
"style": {
"navigationBarTitleText": "接口获取数据"
}
},
{
"path": "pages/table/custom-table",
"style": {
"navigationBarTitleText": "自定义列表"
}
},
{
"path": "pages/table/group-table",
"style": {
"navigationBarTitleText": "列表分组"
}
},
{
"path": "pages/table/event-table",
"style": {
"disableScroll": true,
"navigationBarTitleText": "事件处理"
}
},
{
"path": "pages/table/height-table",
"style": {
"disableScroll": true,
"navigationBarTitleText": "高度设置"
}
},
{
"path": "pages/table/format-table",
"style": {
"disableScroll": true,
"navigationBarTitleText": "格式化处理"
}
},
{
"path": "pages/table/ck-table",
"style": {
"disableScroll": true,
"navigationBarTitleText": "显示复选框、行号"
}
},
{
"path": "pages/table/btn-table",
"style": {
"disableScroll": true,
"navigationBarTitleText": "自定义按钮"
}
},
{
"path": "pages/table/edit-table",
"style": {
"disableScroll": true,
"navigationBarTitleText": "行内编辑"
}
}, {
"path": "pages/dbtest/Demo_Goods/Demo_Goods",
"style": {
"navigationBarTitleText": "商品信息"
}
}, {
"path": "pages/dbtest/Demo_Order/Demo_Order",
"style": {
"navigationBarTitleText": "订单管理"
}
}, {
"path": "pages/dbtest/Demo_Order/Demo_OrderEdit",
"style": {
"navigationBarTitleText": "订单管理"
}
}, {
"path": "pages/dbtest/Demo_Order/Demo_Order2",
"style": {
"navigationBarTitleText": "主从表明细表"
}
}, {
"path": "pages/dbtest/Demo_Order/Demo_OrderSummary",
"style": {
"navigationBarTitleText": "表格合计"
}
}, {
"path": "pages/dbtest/Demo_Order/Demo_OrderGroup",
"style": {
"navigationBarTitleText": "表格分组"
}
}, {
"path": "pages/dbtest/Demo_Order/Demo_OrderSearch",
"style": {
"navigationBarTitleText": "分组查询"
}
},
{
"path": "pages/dbtest/Demo_Order/Demo_OrderColor1",
"style": {
"navigationBarTitleText": "格式化颜色二"
}
}, {
"path": "pages/dbtest/Demo_Order/Demo_OrderColor2",
"style": {
"navigationBarTitleText": "格式化颜色二"
}
}, {
"path": "pages/dbtest/Demo_Order/Demo_OrderCK",
"style": {
"navigationBarTitleText": "复选框、行号"
}
}, {
"path": "pages/dbtest/Demo_Order/Demo_OrderEvent",
"style": {
"navigationBarTitleText": "事件处理"
}
}, {
"path": "pages/dbtest/Demo_Order/Demo_OrderBtn",
"style": {
"navigationBarTitleText": "自定义按钮"
}
}, {
"path": "pages/dbtest/Demo_Order/Demo_OrderCustom",
"style": {
"navigationBarTitleText": "完全自定义"
}
}, {
"path": "pages/dbtest/Demo_Order/Demo_OrderSlot",
"style": {
"navigationBarTitleText": "数据槽"
}
},
{
"path": "pages/dbtest/Demo_Product/Demo_Product",
"style": {
"navigationBarTitleText": "产品管理"
}
}, {
"path": "pages/dbtest/Demo_Product/Demo_ProductEdit",
"style": {
"navigationBarTitleText": "产品管理"
}
}, {
"path": "pages/dbtest/Demo_Product/Demo_Product2",
"style": {
"navigationBarTitleText": "产品管理一对多"
}
}, {
"path": "pages/dbtest/Demo_Catalog/Demo_Catalog",
"style": {
"navigationBarTitleText": "商品分类"
}
}, {
"path": "pages/sys/Sys_Region/Sys_Region",
"style": {
"navigationBarTitleText": "省市区县"
}
}, {
"path": "pages/sys/Sys_Region/Sys_RegionEdit",
"style": {
"navigationBarTitleText": "省市区县"
}
}, {
"path": "pages/other/other",
"style": {
"navigationBarTitleText": "其他组件",
"enablePullDownRefresh": false
}
}
],
//如果需要使用图表请在此处配置页面因为图表太大小程序主包上限2M这里做了分包处理
//分包的访问地址为:/pagesCharts+path
"subPackages": [{
"root": "pagesCharts",
"name": "pagesCharts",
"pages": [{
"path": "report/index", //配置与访问路径pagesCharts/report/index
"style": {
"navigationBarTitleText": "统计图表",
"enablePullDownRefresh": false
}
}, {
"path": "report/order", //配置与访问路径pagesCharts/report/order
"style": {
"navigationBarTitleText": "销售统计",
"enablePullDownRefresh": false
}
}, {
"path": "report/defective", //配置与访问路径pagesCharts/report/defective
"style": {
"navigationBarTitleText": "不良品数量",
"enablePullDownRefresh": false
}
}, {
"path": "report/production", //配置与访问路径pagesCharts/report/production
"style": {
"navigationBarTitleText": "生产看板",
"enablePullDownRefresh": false
}
}, {
"path": "Demo_Order/Demo_OrderCharts",
"style": {
"navigationBarTitleText": "图表+表格"
}
}]
}],
/*************tabBar使tabBarChangeLanguage.js***************/
"tabBar": { //设置要与第一个pages的path相同
"color": "#535353",
"selectedColor": "#2f92f9",
"fontSize": "12px",
"borderStyle": "white", //"white",//#e8e8e8",// "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/home/home",
"iconPath": "static/tabbar/home.png",
"selectedIconPath": "static/tabbar/home_active.png",
"text": "首页"
},
{
"pagePath": "pages/menu/menu",
"iconPath": "static/tabbar/menu.png",
"selectedIconPath": "static/tabbar/menu_active.png",
"text": "菜单"
},
{
"pagePath": "pages/flow/flow",
"iconPath": "static/tabbar/flow.png",
"selectedIconPath": "static/tabbar/flow_active.png",
"text": "审批"
},
{
"pagePath": "pages/report/index",
"iconPath": "static/tabbar/report.png",
"selectedIconPath": "static/tabbar/report_active.png",
"text": "报表"
},
{
"pagePath": "pages/user/user",
"iconPath": "static/tabbar/user.png",
"selectedIconPath": "static/tabbar/user_active.png",
"text": "我的"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#00aaff",
"navigationBarTextStyle": "white",
"backgroundColor": "#FFFFFF" //,
//"enablePullDownRefresh": true
},
"easycom": {
"autoscan": true,
// 注意一定要放在custom里否则无效https://ask.dcloud.net.cn/question/131175
"custom": {
"^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
"^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
"^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
"^vol-(.*)": "@/components/vol-$1/vol-$1.vue",
"^view-(.*)": "@/components/view-$1/view-$1.vue"
}
},
"uniIdRouter": {}
}