#
whycq
2023-03-19 faed14d10fc2f6f54ffcfa496e67be58e3d2ee1f
pages.json
@@ -1,9 +1,15 @@
{
   "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
      {
         "path": "pages/index/index",
         "path": "pages/login/login",
         "style": {
            "navigationBarTitleText": "uni-app"
            "navigationBarTitleText": "登 录"
         }
      },
      {
         "path": "pages/home/home",
         "style": {
            "navigationBarTitleText": "主 页"
         }
      }
   ],