fangzhengjin / umi-plugin-panel-tabs

umi-plugin-panel-tabs
MIT License
87 stars 20 forks source link

[Question]tab没有成功汉化 #38

Closed 736473283 closed 2 years ago

736473283 commented 2 years ago

问题描述

我左边的菜单是可以正常汉化,但是tab上的一直还是显示未汉化的内容。 菜单是从后台动态返回的

其他信息

image

fangzhengjin commented 2 years ago

提供可复现仓库

---Original--- From: @.> Date: Tue, Jun 14, 2022 23:28 PM To: @.>; Cc: @.***>; Subject: [fangzhengjin/umi-plugin-panel-tabs] [Question] (Issue #38)

问题描述

我左边的菜单是可以正常汉化,但是tab上的一直还是显示未汉化的内容。 菜单是从后台动态返回的

其他信息

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

736473283 commented 2 years ago

提供可复现仓库 ---Original--- From: @.> Date: Tue, Jun 14, 2022 23:28 PM To: @.>; Cc: @.>; Subject: [fangzhengjin/umi-plugin-panel-tabs] [Question] (Issue #38) 问题描述 我左边的菜单是可以正常汉化,但是tab上的一直还是显示未汉化的内容。 菜单是从后台动态返回的 其他信息 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.> 已将代码放到仓库中:https://github.com/736473283/sa-auth-react-ui.git

fangzhengjin commented 2 years ago

看了下你提供的仓库, 发现以下几处问题:

  1. 该插件默认不开启国际化模式, 需要在config.ts配置打开autoI18n
  2. 标签栏位置出现偏移, #26 第2条
  3. header白条随页面滚动, defaultSettings.tsfixedHeader: true
  4. 列表页在标签下方出现了标题和面包屑, 在对应页面中给PageContainer增加两个属性title={false} breadcrumb={undefined}
  5. 将面包屑放到header中, 在app.tslayout函数中返回值加入headerContentRender: () => <ProBreadcrumb />