taoyao
taoyao
#### 实现场景: ``` { "type": "input-image", "name": "_attachment", "id": "edit__attachment", "label": "界面预览图片", "clearable": true, "receiver": "/upload/0/0", "frameImage": "/xxxx/xxxx/xxx/jpg" } ``` 上述例子中,frameImage 为api接口地址,返回为一张图片,但api需要添加请求头信息 #### 存在的问题: 如何在 frameImage 中使用API接口请求(进行拦截请求添加一些接口信息(如token等))
无法打印表格
示例中无法打印表格 ``` { "type": "page", "body": [ { "type": "button", "label": "打印", "level": "primary", "className": "mr-2", "onEvent": { "click": { "actions": [ { "actionType": "print", "args": { "testid": "mycrud" }...
#### 实现场景: #### 存在的问题: ``` code here... ```
请问一下,在框架中如何动态的加载多个主题css,进行切换主题?
### OpenIM Server Version 3.7.1 ### Operating System and CPU Architecture Linux (AMD) ### Deployment Method Docker Deployment ### Bug Description and Steps to Reproduce ## .env ``` # Docker...
#### 实现场景: 按照文档进行安装依赖,运行npm run build ,实现内网部署文档 #### 存在的问题:. #### 当前方案: 请粘贴你当前方案的完整 amis schema 代码... ``` code here... ```
#### 描述问题: input-excel 无法导入excel文件,出现错误 hook.js:608 Excel parsing error: Error: Can't read the data of 'the loaded zip file'. Is it in a supported JavaScript type (String, Blob, ArrayBuffer, etc) ?...
#### 描述问题: 点击分页按钮,出现如视频所示,数据重复,部分数据被覆盖。 #### 截图或视频: https://github.com/user-attachments/assets/f366d2a9-dc1d-42eb-8069-ade7367e7060 #### 如何复现(请务必完整填写下面内容): 1. 你是如何使用 amis 的? npm 2. amis 版本是什么?请先在最新 beta 版本测试问题是否存在 最新 3. 粘贴有问题的完整 `amis schema` 代码: ``` { "type": "page", "title": "1",...