fix: 代码优化
This commit is contained in:
+6
-6
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user