Browse Source

feature: 解决部份界面报警告的问题

332777428@qq.com 4 months ago
parent
commit
a72380c25d
2 changed files with 2 additions and 8 deletions
  1. 1 2
      app.json
  2. 1 6
      pages/piano/wallpaper/wallpaper.json

+ 1 - 2
app.json

@@ -45,6 +45,5 @@
   "sitemapLocation": "sitemap.json",
   "requiredPrivateInfos": [
     "getFuzzyLocation"
-  ],
-  "deviceOrientation": "portrait"
+  ]
 }

+ 1 - 6
pages/piano/wallpaper/wallpaper.json

@@ -1,10 +1,5 @@
 {
   "usingComponents": {
     "nav-bar": "./../../../components/navbar/navbar"
-  },
-  "window": {
-    "navigationStyle": "default"
-  },
-  "navigationStyle": "default",
-  "navigationBarTitleText": "壁纸设置"
+  }
 }