fix: 修改图片组件不能动态更新的问题

This commit is contained in:
奔跑的面条
2022-06-26 15:35:40 +08:00
parent 0e83597ddc
commit 3ad3d8d9a0
4 changed files with 41 additions and 26 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ const mockObject: MockMethod[] = [
{
url: imageUrl,
method: RequestHttpEnum.GET,
response: () => test.fetchImage,
response: () => test.fetchImage(Math.round(Math.random()*10)),
},
]