king

Results 18 issues of 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), )

![image](https://github.com/TangSengDaoDao/TangSengDaoDaoWeb/assets/33395246/063a31dd-a35f-4298-ba7e-43c9836c819d)

大佬有没有单独的web h5版?

this.setRefreshList ![image](https://github.com/TangSengDaoDao/TangSengDaoDaoWeb/assets/33395246/baf5d3d0-c9a5-4d86-8854-d0d28f02e7e8)

好久没更新了

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;...

question

### 议题条件 - [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 ### 问题描述 ![image](https://github.com/user-attachments/assets/fa0f21c4-04ba-4e6d-9325-f45e5099db56) ###...

usage

#### 描述问题: 请用一段清晰简洁的文字描述问题是什么... #### 截图或视频: ![image](https://github.com/user-attachments/assets/33107496-41f4-4fa5-9711-81d07418405d) 可以的话,尽可能提供截图或视频来补充描述你的问题... #### 如何复现(请务必完整填写下面内容): 1. 你是如何使用 amis 的? `sdk`、`npm` 或`其他`... 2. amis 版本是什么?请先在最新 beta 版本测试问题是否存在 3. 粘贴有问题的完整 `amis schema` 代码: ```html Document (function () {...

need confirm
doc
style

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.