You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
129 lines
2.7 KiB
129 lines
2.7 KiB
{
|
|
"easycom": {
|
|
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
|
|
},
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
{
|
|
"path": "pages/supply/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "供应端",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/supply/login/index",
|
|
"style": {
|
|
"navigationBarTitleText": "登录",
|
|
"enablePullDownRefresh": true,
|
|
"navigationBarBackgroundColor":"#1833F2",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/supply/offer/index",
|
|
"style": {
|
|
"navigationBarTitleText": "发起报价",
|
|
"disableScroll": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/supply/order/index",
|
|
"style": {
|
|
"navigationBarTitleText": "报价订单"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/supply/order/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "订单详情"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/supply/gonghuo/order",
|
|
"style": {
|
|
"navigationBarTitleText": "供货订单"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/supply/gonghuo/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "供货订单"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/canteen/login/index",
|
|
"style": {
|
|
"navigationBarTitleText": "登录",
|
|
"enablePullDownRefresh": true,
|
|
"navigationBarBackgroundColor":"#11D189",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/canteen/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "食堂端"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/canteen/purchase/launch",
|
|
"style": {
|
|
"navigationBarTitleText": "发起采购"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/canteen/purchase/order",
|
|
"style": {
|
|
"navigationBarTitleText": "采购订单"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/canteen/purchase/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "采购订单"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/canteen/purchase/receipt",
|
|
"style": {
|
|
"navigationBarTitleText": "确认收货"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/canteen/classification/index",
|
|
"style": {
|
|
"navigationBarTitleText": "添加供应商"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/canteen/delivery/apply",
|
|
"style": {
|
|
"navigationBarTitleText": "申请出库"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/canteen/delivery/order",
|
|
"style": {
|
|
"navigationBarTitleText": "出库订单"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/canteen/delivery/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "出库订单"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/empty/index",
|
|
"style": {
|
|
"navigationBarTitleText": "页面不存在"
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "智慧食堂",
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
"backgroundColor": "#F8F8F8"
|
|
}
|
|
}
|