alovajs / devtools

Editor devtools for alova.js
MIT License
9 stars 5 forks source link

withConfigType失效 #14

Closed a1185963755 closed 3 months ago

a1185963755 commented 3 months ago

// 为自动生成的代码设置method参数 export const $$userConfigMap = withConfigType({ 'user.profile': { cacheFor: 100 * 1000, transform(data) { return data.detail; } } }); const Apis = createApis(alovaInstance, $$userConfigMap);

这个withConfigType我设置了并没有生效,我看源码里面没有对传进去的$$userConfigMap合并。 可以修复一下吗? image