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.
89 lines
1.8 KiB
89 lines
1.8 KiB
{
|
|
"easycom": {
|
|
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
|
|
},
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": ""
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/login/index",
|
|
"style": {
|
|
"navigationBarTitleText": "登录",
|
|
"enablePullDownRefresh": false,
|
|
"navigationBarBackgroundColor":"#11D189",
|
|
"navigationBarTextStyle": "white",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/purchase/launch",
|
|
"style": {
|
|
"navigationBarTitleText": "发起采购"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/purchase/order",
|
|
"style": {
|
|
"navigationBarTitleText": "采购订单"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/purchase/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "采购订单"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/purchase/receipt",
|
|
"style": {
|
|
"navigationBarTitleText": "确认收货"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/classification/supplier",
|
|
"style": {
|
|
"navigationBarTitleText": "添加供应商"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/classification/material",
|
|
"style": {
|
|
"navigationBarTitleText": "添加物资"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/classification/warehouse",
|
|
"style": {
|
|
"navigationBarTitleText": "添加物资"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/delivery/apply",
|
|
"style": {
|
|
"navigationBarTitleText": "申请出库"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/delivery/order",
|
|
"style": {
|
|
"navigationBarTitleText": "出库订单"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/delivery/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "出库订单"
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "智慧食堂",
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
"backgroundColor": "#F8F8F8"
|
|
}
|
|
}
|