You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
285 lines
6.5 KiB
285 lines
6.5 KiB
/** |
|
* 页面设置的模块默认数据 |
|
* */ |
|
|
|
export default { |
|
index: [ |
|
{ |
|
type: 'introduce', |
|
forms: [ |
|
{ |
|
type: 'upload', |
|
prop: 'pic', |
|
label: '图片', |
|
required: true, |
|
crop: false |
|
}, |
|
{ |
|
type: 'input', |
|
prop: 'title', |
|
label: '标题', |
|
required: true |
|
}, |
|
{ |
|
type: 'link', |
|
prop: 'link', |
|
label: '链接' |
|
}, |
|
{ |
|
type: 'textarea', |
|
prop: 'des', |
|
label: '描述' |
|
} |
|
], |
|
form: { |
|
pic: '', |
|
title: '', |
|
link: { |
|
linkName: '无', |
|
connectionType: 1, |
|
columnId: [], |
|
articleId: '', |
|
linkAddress : '', |
|
site: '', |
|
otherColumnId: [], |
|
otherArticleId: '', |
|
isOpen: 1 |
|
}, |
|
des: '', |
|
isEnable: 1 |
|
}, |
|
list: [ |
|
{ |
|
pic: 'https://huoran.oss-cn-shenzhen.aliyuncs.com/20230904/png/1698579017697353728.png', |
|
title: '最全,最新的实验教学产品中心', |
|
link: { |
|
linkName: '无', |
|
connectionType: 1, |
|
columnId: [], |
|
articleId: '', |
|
linkAddress : '', |
|
site: '', |
|
otherColumnId: [], |
|
otherArticleId: '', |
|
isOpen: 1 |
|
}, |
|
des: '稳定高效的在线实验教学与学习系统', |
|
isEnable: 1 |
|
} |
|
] |
|
}, |
|
{ |
|
type: 'introduce', |
|
forms: [ |
|
{ |
|
type: 'upload', |
|
prop: 'pic', |
|
label: '图片', |
|
required: true, |
|
}, |
|
{ |
|
type: 'input', |
|
prop: 'title', |
|
label: '标题', |
|
required: true |
|
}, |
|
{ |
|
type: 'link', |
|
prop: 'link', |
|
label: '链接' |
|
}, |
|
{ |
|
type: 'textarea', |
|
prop: 'des', |
|
label: '描述' |
|
} |
|
], |
|
form: { |
|
pic: '', |
|
title: '', |
|
link: { |
|
linkName: '无', |
|
connectionType: 1, |
|
columnId: [], |
|
articleId: '', |
|
linkAddress : '', |
|
site: '', |
|
otherColumnId: [], |
|
otherArticleId: '', |
|
isOpen: 1 |
|
}, |
|
des: '', |
|
isEnable: 1 |
|
}, |
|
list: [ |
|
{ |
|
pic: 'https://www.occupationlab.com/images/index/1.png', |
|
title: '职站', |
|
link: { |
|
linkName: '无', |
|
connectionType: 1, |
|
columnId: [], |
|
articleId: '', |
|
linkAddress : '', |
|
site: '', |
|
otherColumnId: [], |
|
otherArticleId: '', |
|
isOpen: 1 |
|
}, |
|
des: '教、学、练、考实验教学平台', |
|
isEnable: 1 |
|
}, |
|
{ |
|
pic: 'https://www.occupationlab.com/images/index/2.png', |
|
title: 'Dataforward数据前瞻', |
|
link: { |
|
linkName: '无', |
|
connectionType: 1, |
|
columnId: [], |
|
articleId: '', |
|
linkAddress : '', |
|
site: '', |
|
otherColumnId: [], |
|
otherArticleId: '', |
|
isOpen: 1 |
|
}, |
|
des: '准确海量的数据平台', |
|
isEnable: 1 |
|
}, |
|
{ |
|
pic: 'https://www.occupationlab.com/images/index/3.png', |
|
title: '大赛平台', |
|
link: { |
|
linkName: '无', |
|
connectionType: 1, |
|
columnId: [], |
|
articleId: '', |
|
linkAddress : '', |
|
site: '', |
|
otherColumnId: [], |
|
otherArticleId: '', |
|
isOpen: 1 |
|
}, |
|
des: '技能实践的大赛平台', |
|
isEnable: 1 |
|
}, |
|
], |
|
dialogWidth: '1200px', |
|
}, |
|
], |
|
member: [ |
|
{ |
|
type: 'introduce', |
|
forms: [ |
|
{ |
|
type: 'input', |
|
prop: 'title', |
|
label: '标题', |
|
required: true |
|
}, |
|
], |
|
form: { |
|
title: '', |
|
isEnable: 1 |
|
}, |
|
list: [ |
|
{ |
|
title: '找实训产品难?', |
|
isEnable: 1 |
|
}, |
|
{ |
|
title: '专业咨询、写方案难?', |
|
isEnable: 1 |
|
}, |
|
{ |
|
title: '产品与方案匹配难?', |
|
isEnable: 1 |
|
}, |
|
{ |
|
title: '项目垫资难?', |
|
isEnable: 1 |
|
}, |
|
] |
|
}, |
|
{ |
|
type: 'form', |
|
forms: [ |
|
{ |
|
type: 'editor', |
|
prop: 'des', |
|
label: '描述', |
|
required: true |
|
}, |
|
], |
|
form: { |
|
des: '职站商城聚合新商科实训产品,高品质低价格,让你一站式采购无忧', |
|
} |
|
}, |
|
{ |
|
type: 'introduce', |
|
forms: [ |
|
{ |
|
type: 'upload', |
|
prop: 'pic', |
|
label: '图片', |
|
required: true, |
|
}, |
|
{ |
|
type: 'input', |
|
prop: 'title', |
|
label: '标题', |
|
required: true |
|
}, |
|
{ |
|
type: 'textarea', |
|
prop: 'des', |
|
label: '描述' |
|
} |
|
], |
|
form: { |
|
pic: '', |
|
title: '', |
|
des: '', |
|
isEnable: 1 |
|
}, |
|
list: [ |
|
{ |
|
pic: 'https://www.occupationlab.com/images/member/icon1.png', |
|
title: '采购降本', |
|
des: '优选高品质低价格产品', |
|
isEnable: 1 |
|
}, |
|
{ |
|
pic: 'https://www.occupationlab.com/images/member/icon2.png', |
|
title: '精准匹配', |
|
des: '体系化产品方案匹配满足不同学科需求', |
|
isEnable: 1 |
|
}, |
|
{ |
|
pic: 'https://www.occupationlab.com/images/member/icon3.png', |
|
title: '本地服务', |
|
des: '提供项目全流程售前售后支持服务', |
|
isEnable: 1 |
|
}, |
|
{ |
|
pic: 'https://www.occupationlab.com/images/member/icon4.png', |
|
title: '移动办公', |
|
des: '查看产品、参数,下单,方案生成,手机上即可完成', |
|
isEnable: 1 |
|
}, |
|
{ |
|
pic: 'https://www.occupationlab.com/images/member/icon5.png', |
|
title: '免息账期', |
|
des: '先发货后付款,支持背靠背支付', |
|
isEnable: 1 |
|
}, |
|
{ |
|
pic: 'https://www.occupationlab.com/images/member/icon6.png', |
|
title: '智能方案', |
|
des: '内置有实验室配置方案模板只需3分钟即可生成方案', |
|
isEnable: 1 |
|
}, |
|
] |
|
}, |
|
], |
|
} |