Replies: 1 comment
-
请问解决了么,我项目Umi3也遇到了这个问题 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
在config/config.ts内增加了mock的配置
mock:{
exclude:['mock/adv/summary','adv/summary','summary']
}
我想禁用 mock/adv/summary.ts 这个内部的mock,但是如上配置后任然还是在走mock的数据
Beta Was this translation helpful? Give feedback.
All reactions