收藏
回答

页面配置文件不生效?

{
  "pages":[
    "pages/home/home",
    "pages/user/user",
    "pages/logs/logs"
  ],
  "window":{
      "backgroundTextStyle":"light",
      "navigationBarBackgroundColor""#fff",
      "navigationBarTitleText""Weixin",
      "navigationBarTextStyle":"black"
  },
  "tabBar": {
    "list": [{
      "pagePath""pages/home/home",
      "text""首页",
      "iconPath""/common/1.wxss/画画.png",
      "selectedIconPath""/common/1.wxss/看看书写写字.png"
    },{
      "pagePath""pages/user/user",
      "text""用户",
      "iconPath""/common/1.wxss/画画.png",
      "selectedIconPath""/common/1.wxss/看看书写写字.png"
    }]
  },
  "style""v2",
  "sitemapLocation""sitemap.json"
}

上面是appjson

下面是页面json

{
  "window": {
    "navigationBarTitleText""lrp"
  },
  "usingComponents": {}}



标题还是weixin,而不是页面配置中的lrp

回答关注问题邀请回答
收藏

1 个回答

  • zhiou
    zhiou
    2022-03-05

    页面json有window?你的iconPath和selectedIconPath路径不会报错?


    {
      "navigationBarTitleText""lrp"
    2022-03-05
    有用 1
    回复 1
    • 12333
      12333
      2022-03-05
      抱歉抱歉,我弄错了,现在可以了,谢谢您的回复,刚开始学习
      2022-03-05
      回复
登录 后发表内容