Merge branch 'order-729'

合并order-729分支
This commit is contained in:
duanshuwen
2025-08-05 22:06:50 +08:00
15 changed files with 97 additions and 40 deletions

View File

@@ -2,13 +2,13 @@
"pages": [
//pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/login/index",
"path": "pages/index/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/index/index",
"path": "pages/login/index",
"style": {
"navigationStyle": "custom"
}