You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
983 B
TypeScript
35 lines
983 B
TypeScript
/*
|
|
* @Author: donghao donghao@supervision.ltd
|
|
* @Date: 2024-01-25 16:35:15
|
|
* @LastEditors: donghao donghao@supervision.ltd
|
|
* @LastEditTime: 2024-01-25 16:45:13
|
|
* @FilePath: \general-ai-platform-web\mock\pools\businessImageData.ts
|
|
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
*/
|
|
/**业务镜像- */
|
|
|
|
|
|
// 业务镜像列表分页
|
|
export const mockGetBusinessImageListData = {
|
|
data: {
|
|
list: [
|
|
{
|
|
id: 1,
|
|
createTime: '2024-01-25T16:36:06.575908+08:00',
|
|
updateTime: '2024-01-25T16:36:06.575908+08:00',
|
|
name: '测试123',
|
|
version: 'v1',
|
|
projectFkId: 38,
|
|
path: 'http://jingxiang.com',
|
|
startCode: '123',
|
|
config: null,
|
|
configHash: '',
|
|
remark: '',
|
|
},
|
|
],
|
|
total: 1,
|
|
page: 1,
|
|
pageSize: 10,
|
|
},
|
|
};
|
|
|