mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 修改图片组件不能动态更新的问题
This commit is contained in:
@@ -41,7 +41,7 @@ const mockObject: MockMethod[] = [
|
||||
{
|
||||
url: imageUrl,
|
||||
method: RequestHttpEnum.GET,
|
||||
response: () => test.fetchImage,
|
||||
response: () => test.fetchImage(Math.round(Math.random()*10)),
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user