微信小程序
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

app.json 502 B

il y a 3 ans
12345678910111213141516171819
  1. {
  2. "pages": [
  3. "pages/user/login/login",
  4. "pages/index/index"
  5. ],
  6. "window": {
  7. "backgroundTextStyle": "light",
  8. "navigationBarBackgroundColor": "#fff",
  9. "navigationBarTitleText": "农燊高科",
  10. "navigationBarTextStyle": "black"
  11. },
  12. "style": "v2",
  13. "sitemapLocation": "sitemap.json",
  14. "permission": {
  15. "scope.userLocation": {
  16. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  17. }
  18. }
  19. }