Selaa lähdekoodia

Revert "feat: 调整页面顺序"

This reverts commit 9c855da72265538ed3b8aad8c60ca018e43d6ffa.
zhanghaifeng 4 päivää sitten
vanhempi
commit
cfcce5fc1d
1 muutettua tiedostoa jossa 5 lisäystä ja 4 poistoa
  1. 5 4
      src/pages.json

+ 5 - 4
src/pages.json

@@ -1,15 +1,16 @@
 {
   "pages": [
+    
     {
-      "path": "pages/index/index",
+      "path": "pages/home/index",
       "style": {
-        "navigationBarTitleText": "授权"
+        "navigationBarTitleText": "首页"
       }
     },
     {
-      "path": "pages/home/index",
+      "path": "pages/index/index",
       "style": {
-        "navigationBarTitleText": "首页"
+        "navigationBarTitleText": "授权"
       }
     }
   ],