king
king
There is a problem with the whitelist here. For example: api/getList?id=1 Can't pass the whitelist Original code: application.authorizationIgnorePath.indexOf( `${req.originalUrl}`, ) === -1 should be changed to: !application.authorizationIgnorePath.some((str) => `${req.originalUrl}`.includes(str), )

大佬有没有单独的web h5版?
this.setRefreshList 
好久没更新了
const MCDialogWrapRef = ref(null); bus.on("MCStatus-seeReason", ({ item, index }) => { console.log(item, index); console.log(MCDialogWrapRef, "dialogWrapRef-1"); reasonRejec.value = "拒绝了"; if (MCDialogWrapRef) MCDialogWrapRef.value.show = true; }); 获取不到爷爷组件的ref
**Describe the bug** Drizzle ORM changes fields and migration fails **Steps to reproduce** Steps to reproduce the behavior: 1. Change schema.ts usersAdmin. add email field 2. Run npm run db:generate;...
### 议题条件 - [X] 我确认已查看官方使用文档:https://layui.dev ,但没有找到相关解决方案。 - [X] 我确认已在 [Issues](https://github.com/layui/layui/issues?q=is%3Aissue ) 中搜索过类似的问题,但没有找到相关解决方案。 - [X] 我已仔细阅读: 🍀[ Layui Issue 贡献指南](https://github.com/layui/layui/blob/main/CONTRIBUTING.md) ### 议题类型 疑是 BUG ### 使用版本 2.9.16 ### 问题描述  ###...
#### 描述问题: 请用一段清晰简洁的文字描述问题是什么... #### 截图或视频:  可以的话,尽可能提供截图或视频来补充描述你的问题... #### 如何复现(请务必完整填写下面内容): 1. 你是如何使用 amis 的? `sdk`、`npm` 或`其他`... 2. amis 版本是什么?请先在最新 beta 版本测试问题是否存在 3. 粘贴有问题的完整 `amis schema` 代码: ```html Document (function () {...
Is there no hot reload feature? How can I see the modified UI and API in real time? Having a hot reload feature would increase development efficiency.