mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 新增图片 mock 地址
This commit is contained in:
@@ -80,4 +80,10 @@ export default {
|
||||
msg: '请求成功',
|
||||
data: '@paragraph(1, 10)',
|
||||
},
|
||||
fetchImage: {
|
||||
code: 0,
|
||||
status: 200,
|
||||
msg: '请求成功',
|
||||
data: `https://robohash.org/${Math.round(Math.random()*10)}`,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user