🔱: [client] sync upgrade with 5 commits [trident-sync]

refactor: 1.11.9
refactor: 1.11.9
perf: 增加表单字段render示例
refactor: 删除无用的index
This commit is contained in:
GitHub Actions Bot
2023-03-28 19:24:02 +00:00
parent e7628bdbdd
commit 8aa8c5d8ae
9 changed files with 179 additions and 23 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ _.forEach(viewMocks, (value) => {
list.forEach((apiFile: any) => {
for (const item of apiFile) {
mock.onAny(new RegExp(item.path)).reply(async (config) => {
mock.onAny(new RegExp(item.path)).reply(async (config: any) => {
console.log("------------fake request start -------------");
console.log("request:", config);
const data = config.data ? JSON.parse(config.data) : {};