开车管理列表

This commit is contained in:
2026-06-11 20:35:27 +08:00
parent 0f8d5f4f7d
commit c749dd6b28
9 changed files with 3781 additions and 112 deletions
+7 -1
View File
@@ -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": "发货管理"
}
}
]
}