Lou
2023-11-30 ed3eff368eb421028ae898950ea4796e4c5b6e0a
pages.json
@@ -34,6 +34,14 @@
            "enablePullDownRefresh": false,
            "navigationStyle": "custom"
         }
      },
      {
         "path": "pages/circle/publish",
         "style": {
            "navigationBarTitleText": "发布",
            "navigationBarBackgroundColor": "#fff",
            "navigationBarTextStyle": "black"
         }
      }
   ],
@@ -92,6 +100,21 @@
            
         ]
      },
      //圈子
      {
         "root": "subPackage/circle",
         "pages":[
            {
               "path":"detail",
               "style": {
                  "navigationBarTitleText": "详情",
                  "enablePullDownRefresh": false,
                  "navigationBarBackgroundColor": "#fff",
                  "navigationBarTextStyle": "black"
               }
            }
         ]
      },
      //公告
      {