wx/app.json
@@ -4,15 +4,19 @@
    "pages/activity/detail",
    "pages/registration/registration",
    "pages/profile/profile",
    "pages/profile/personal-info",
    "pages/project/detail",
    "pages/message/message",
    "pages/review/index",
    "pages/judge/review",
    "pages/video/video"
    "pages/video/video",
    "pages/webview/webview"
  ],
  "window": {
    "backgroundTextStyle": "light",
    "navigationBarBackgroundColor": "#007aff",
    "navigationBarBackgroundColor": "#ffffff",
    "navigationBarTitleText": "蓉易创",
    "navigationBarTextStyle": "white",
    "navigationBarTextStyle": "black",
    "backgroundColor": "#f5f5f5"
  },