开车管理列表
This commit is contained in:
+7
-1
@@ -6,7 +6,7 @@
|
||||
"^nbd-(.*)": "@/components/nbd-$1.vue"
|
||||
}
|
||||
},
|
||||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||||
"pages": [
|
||||
{
|
||||
"path": "pages/login/index",
|
||||
"style": {
|
||||
@@ -79,6 +79,12 @@
|
||||
"style": {
|
||||
"navigationBarTitleText": "发货管理"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "deliver/detail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "发货管理"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user