mirror of
https://github.com/certd/certd.git
synced 2026-05-15 12:37:30 +08:00
🔱: [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:
@@ -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) : {};
|
||||
|
||||
Reference in New Issue
Block a user