fix: 代码优化

This commit is contained in:
黄泽群
2026-07-22 15:48:18 +08:00
parent c764781fff
commit a971f06267
8 changed files with 46 additions and 19 deletions
+6 -6
View File
@@ -10,12 +10,6 @@
},
"pages": [
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/order_package/launch_page/launch_page",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/home/home",
"style": {
@@ -238,6 +232,12 @@
{
"root": "pages/order_package",
"pages": [
{
"path": "launch_page/launch_page",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "order_submit/order_submit",
"style": {