decong
decong
  • 发布:2024-09-19 17:12
  • 更新:2024-10-12 17:54
  • 阅读:280

多语言,vue3 下的pages.json -navigationBarTitleText 配置无效

分类:uni-app
关联插件: hello-i18n 示例工程

vue3页面组件展示都是正常的,但是pages.json的navigationBarTitleText占位%%就是不会展示出来。app和h5都一样的问题

locale 的目录与案例一致 ---已排查
使用一致--已排查

{  
  "index.title": "哈喽 i18n"  
}
{  
      "path": "pages/intelligent/index",  
      "style": {  
        "navigationBarTitleText": "%index.title%",  
        "app-plus": {  
                    "scrollIndicator": "none"  
                },  
        "h5": {  
                    "scrollIndicator": "none"  
                }  
      }
2024-09-19 17:12 负责人:无 分享
已邀请:
decong

decong (作者) - 前端开发

除了一点,我是用的cli模式,实在拍查不出来了

decong

decong (作者) - 前端开发

已经解决,要挪到src下...

s***@163.com

s***@163.com

有遇到打包之后标题展示%index.title%字符串而不是多语言吗

要回复问题请先登录注册