谢明伟

Results 17 issues of 谢明伟

![image](https://user-images.githubusercontent.com/40554571/94095835-1ec31c80-fe55-11ea-8bb1-684552b440bd.png) 登录接口换成本地的,能正常验证,就是验证成功后路由无法跳转,请问是什么原因,是权限的问题吗

question

### 🧐 开启多标签 Tabs 后,请问怎么刷新当前子路由 我想做一个右键菜单,有刷新功能的,点击刷新会刷新当前路由,注意不是页面 请问我该怎么处理,antd-pro或者umi上是否有这样的API供开发者调用 ### 版本信息 Ant Design Pro 版本: 6.0.0-beta.1 umi 版本: 4.0.21 浏览器环境: Google Chrome 开发环境 : windows node.js: 16.16.0

### 🧐 问题描述 | Problem description ![image](https://user-images.githubusercontent.com/40554571/190940747-3246e738-98ae-4660-8a15-71cfce588cf8.png) ### 💻 示例代码 | Sample code config/config.ts ` keepalive: [/./], tabsLayout: { hasCustomTabs: true, } ` ### 🚑 其他信息 | Other information ant-design-pro:...

首先感谢作者开发了tabsLayout给我们使用 希望优化的点: 1、当只存在一个tab或某种情况下,会出现莫名的margin,导致不贴边,看了下是main缺少ant-pro-layout-content-has-page-container导致的,不清楚是不是pro-layout的问题 ![image](https://user-images.githubusercontent.com/40554571/191678598-4c53352b-1490-41e5-bc73-1f01ec93f2b0.png) 正常情况是这样的: ![image](https://user-images.githubusercontent.com/40554571/191679303-89096fef-bc81-47a2-9f1b-668b8172dbf0.png) 2、希望可以把每个路由配置的信息携带回来 ![image](https://user-images.githubusercontent.com/40554571/191679478-7a98c8f2-9c36-4d0b-a0b2-5c88bd645dc3.png) 比如说 icon 等信息,后面做动态路由可能也会antd-pro菜单的配置信息 ` export interface Setting { /** * @name false 时不展示顶栏 */ headerRender?: false; /** * @name false 时不展示页脚 */...

### 🐛 bug 描述 先贴出问题,如标题所示: 登录页面正常: ![image](https://user-images.githubusercontent.com/40554571/191195922-1c4ef9cc-7d68-4515-b5e9-4d321ffeddd2.png) 登录后: ![image](https://user-images.githubusercontent.com/40554571/191196951-0c322d7b-d509-4fb0-8ae5-cfb444ec5e9b.png) ![image](https://user-images.githubusercontent.com/40554571/191197004-ea5c07be-b9c6-46e1-b011-491656ccb51c.png) 一开始我以为是我的代码写得有问题,但经过排查,我去掉多 Tabs 页面后,报错就没有了,由此确定是标签页组件的问题 ### 💻 复现代码 | Recurrence code 由于本地开发连接了mysql,因此无法最小重现,只能贴出仓库代码 Github:https://github.com/Cyan-Xmw/react-umi-xmw/blob/Cyan/Xmw_web/src/components/TabsLayout/index.tsx ### 🚑 其他信息 初次编译刷新进入 Tabs 页面,页面排版出现问题: ![image](https://user-images.githubusercontent.com/40554571/191199347-8b8fcfc5-4eb0-4f99-8d9f-8c9696cbefd5.png) 点击别的路由后恢复正常: ![image](https://user-images.githubusercontent.com/40554571/191199014-31357f1e-e151-43df-a7dd-3c24ee8da134.png)...

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🐛 bug 描述 layout中的appList配置,在导航模式为侧边菜单布局和顶部菜单布局模式下无法跳转 在这两种模式下点击会跳转到主页 ### 📷 复现步骤 ### 🏞 期望结果 ### 💻 复现代码 ### © 版本信息 - ProComponents 版本: [e.g. 4.0.0] - umi 版本 - 浏览器环境...

### 🐛ProFormTreeSelect 配置 fieldNames 会导致编辑回显时formData会自动带上value和label属性 问题如标题所示,之前是没问题的,不知道是升级了版本还是咋地 ### 📷 复现步骤 1、源数据是没有这两个字段的 ![image](https://user-images.githubusercontent.com/40554571/196581751-c55fa2aa-f75c-4e24-baad-b334988f12b9.png) 2、 ProFormTreeSelect 配置字段 ![image](https://user-images.githubusercontent.com/40554571/196581862-e53fe705-a5b6-450d-9bbc-68efe7bb9dde.png) 3、传递的formData 回显会带上 value 和 label 属性 ![image](https://user-images.githubusercontent.com/40554571/196582022-23d7572d-b285-47b8-9914-6dd83a2828e2.png) 4、去掉这个配置,回显则正常显示,由此可见是 ProFormTreeSelect 组件的问题 ### 🏞 期望结果 去掉这两个字段 ###...

form

### 🐛 bug ProTable的Column的render中的record会自动带上value和label属性 ![image](https://user-images.githubusercontent.com/40554571/196407043-e2111502-c3f4-4a87-ba9f-91d162d7a389.png) 源数据上是没有这两个字段的: ![image](https://user-images.githubusercontent.com/40554571/196407138-18358064-46ca-4631-831f-8263227e1437.png) ### 📷 复现步骤 点击操作栏,编辑回显,formData会自动带上value和label属性,导致我需要手动去除这两个属性 ![image](https://user-images.githubusercontent.com/40554571/196407416-d2354920-4f20-4c9a-ac99-8ff171edfb81.png) 我记得之前是不会的,不知道是不是因为更新了版本的原因 ### 🏞 期望结果 不要带上这两个字段 ### 💻 复现代码 https://github.com/Cyan-Xmw/react-umi-xmw/blob/Cyan/Xmw_web/src/pages/System/Internationalization/components/TableTemplate.tsx) ### © 版本信息 - ProComponents 版本: ^2.3.13 - umi...

form

中文用户请注意:请尽量用**英文**描述你的 issue,这样能够让尽可能多的人帮到你。 如标题所示,演示地址:https://www.xmwpro.com/music/ 本地调试第一次点击会出现: ![image](https://user-images.githubusercontent.com/40554571/218922543-89e6764f-6d51-4fc5-813d-79da68e63b88.png) 线上不会出现这个报错吗,但是切换歌曲第一次不行,有时候切换几次才行,找不到问题

## Description I accidentally deleted the application, so I can't access the console, and the crawler configuration data is gone. What should I do ## Steps to reproduce ![微信截图_20240131112413](https://github.com/algolia/docsearch/assets/40554571/a79a25fc-a053-47ed-88f8-1e8a97cdb0d9) ![微信截图_20240131112423](https://github.com/algolia/docsearch/assets/40554571/3037b786-3cef-467c-8ff2-f4ccb8e954ec)...