feat: 引入uView Plus组件库,新增部分静态页面
This commit is contained in:
66
pages.json
66
pages.json
@@ -3,7 +3,10 @@
|
||||
"autoscan": true,
|
||||
"custom": {
|
||||
"^s-(.*)": "@/sheep/components/s-$1/s-$1.vue",
|
||||
"^su-(.*)": "@/sheep/ui/su-$1/su-$1.vue"
|
||||
"^su-(.*)": "@/sheep/ui/su-$1/su-$1.vue",
|
||||
"^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"
|
||||
}
|
||||
},
|
||||
"pages": [{
|
||||
@@ -17,7 +20,7 @@
|
||||
"auth": false,
|
||||
"sync": true,
|
||||
"title": "首页",
|
||||
"group": "商城"
|
||||
"group": "配送端"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -29,7 +32,7 @@
|
||||
"meta": {
|
||||
"sync": true,
|
||||
"title": "个人中心",
|
||||
"group": "商城"
|
||||
"group": "配送端"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -54,6 +57,18 @@
|
||||
"title": "用户信息",
|
||||
"group": "用户中心"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "orderRecord",
|
||||
"style": {
|
||||
"navigationBarTitleText": "接单记录"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "recordList",
|
||||
"style": {
|
||||
"navigationBarTitleText": "订单记录"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -106,6 +121,51 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"root": "pages/registered",
|
||||
"pages": [
|
||||
{
|
||||
"path": "registerRiders",
|
||||
"style": {
|
||||
"navigationBarTitleText": "注册骑手"
|
||||
},
|
||||
"meta": {
|
||||
"sync": true,
|
||||
"title": "注册骑手",
|
||||
"group": "注册"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "accountInfo",
|
||||
"style": {
|
||||
"navigationBarTitleText": "工资结算账户信息"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "audit",
|
||||
"style": {
|
||||
"navigationBarTitleText": "审核中"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"root": "pages/order",
|
||||
"pages": [
|
||||
{
|
||||
"path": "detail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "订单详情"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "handoverRecord",
|
||||
"style": {
|
||||
"navigationBarTitleText": "交接记录"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"globalStyle": {
|
||||
|
||||
Reference in New Issue
Block a user