superBiuBiu

Results 4 issues of superBiuBiu

* fly请求微信的code2Session对返回的结果取data项返回的是字符串,而不是对象,我们必须手动去转换下才可以转化为JSON对象,而axios的则不用,这是为什么啊? ```js let result = await fly.get("https://api.weixin.qq.com/sns/jscode2session", { appid, secret, js_code, grant_type: "authorization_code", }); console.log(result.data); console.log("fly时候返回的结果",typeof result.data); ``` ![202207211035160](https://user-images.githubusercontent.com/54466523/180117845-ea0628a7-5625-4f2a-82a6-776a9c361c08.png)

在gitee上看到了这个问题,现在依旧有这个问题好像 使用 ``` com.dtflys.forest forest-spring-boot-starter 1.5.36 ``` 测试代码 ``` try{ ForestRequest forestRequest = Forest.get("http://hsw00.com/x2/?fromuid=2613"); String execute = forestRequest.executeAsString(); }catch (Exception e){ e.printStackTrace(); } ``` 可以执行上面这段代码, 在浏览器里面, 首次访问http://hsw00.com/x2/?fromuid=2613会301 重定向到访问http://hsw00.com/x2/portal.php?fromuid=2613 ``` 2024-04-03...

### 可复现的链接(包含复现链接与示例代码): https://vxetable.cn/#/component/table/edit/remove ### 问题描述与截图: 官方示例代码,删除行数据后ref里面的数据没有更新,ref里面的数据依旧没有变化 ![image](https://github.com/user-attachments/assets/a06553b8-2db5-487f-affd-5f801f4e5aa0) ``` ts 你好,世界 在第1行插入 删除第2行 删除选中 获取删除 获取选中 保存 {{ tableData }} import { ref } from "vue"; import { VxeUI, VxeTableInstance }...

bug

call print method, print 133 pages of pdf, show print pop-up window is very slow, after 30 seconds or even 1 minute to show, and just tried 26 pages of...