|
@@ -1,5 +1,11 @@
|
|
|
{
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
+ {
|
|
|
+ "path": "pages/login/index",
|
|
|
+ "style": {
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
{
|
|
|
"path": "pages/index/index",
|
|
|
"style": {
|
|
@@ -12,12 +18,6 @@
|
|
|
"navigationStyle": "custom"
|
|
|
}
|
|
|
},
|
|
|
- {
|
|
|
- "path": "pages/login/index",
|
|
|
- "style": {
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
{
|
|
|
"path": "pages/baggagecheck/index",
|
|
|
"style": {
|