mrsmallyi

Results 2 issues of mrsmallyi

#### 实现场景: 我升级了最新版本1.9.0版本,发现全局api适配器配置了没响应,页面直接卡死 #### 存在的问题: 请求等待相应,页面卡死 #### 当前方案: 当前暂时在请求api里面加,但是这样不是很方便 ```js // 全局 api 请求适配器 // 另外在 amis 配置项中的 api 也可以配置适配器,针对某个特定接口单独处理。 requestAdaptor: (api) => { return api; }, // // 全局...

问题链接 https://github.com/aisuda/amis-editor-demo/issues/120 本地能够运行编辑器 但webpack打包后,线上访问就报语法问题 ![image](https://user-images.githubusercontent.com/17785263/173805722-de1c27cf-f470-4e45-b573-c113a1f3d549.png) ![image](https://user-images.githubusercontent.com/17785263/173805647-095b6ffc-3f4b-412d-9f70-5397805b92cb.png) @nwind麻烦大佬看看下

need confirm