skyouc
2024-12-23 3bc055f2ee9e813db0f08c5aefc4799be943f77f
pages.json
@@ -1,4 +1,12 @@
{
{
   // "easycom": {
   //    "autoscan": true,
   //    "custom": {
   //       // uni-ui 规则如下配置
   //       "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
   //    }
   // },
   "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
      {
         "path": "pages/login/login",
@@ -9,7 +17,8 @@
      {
         "path": "pages/home/home",
         "style": {
            "navigationBarTitleText": "主 页"
            "navigationBarTitleText": "主 页",
            "navigationStyle": "custom"
         }
      },
      {