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.
|
|
|
/**
|
|
|
|
* 页面设置的模块默认数据
|
|
|
|
* */
|
|
|
|
|
|
|
|
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: '链接'
|
|
|
|
}
|
|
|
|
],
|
|
|
|
form: {
|
|
|
|
pic: '',
|
|
|
|
title: '',
|
|
|
|
link: {
|
|
|
|
linkName: '无',
|
|
|
|
connectionType: 1,
|
|
|
|
columnId: [],
|
|
|
|
articleId: '',
|
|
|
|
linkAddress : '',
|
|
|
|
site: '',
|
|
|
|
otherColumnId: [],
|
|
|
|
otherArticleId: '',
|
|
|
|
isOpen: 1
|
|
|
|
},
|
|
|
|
isEnable: 1
|
|
|
|
},
|
|
|
|
list: [
|
|
|
|
{
|
|
|
|
pic: 'https://huoran.oss-cn-shenzhen.aliyuncs.com/20230807/png/1688502978027741184.png',
|
|
|
|
title: '最全,最新的实验教学产品中心',
|
|
|
|
link: {
|
|
|
|
linkName: '无',
|
|
|
|
connectionType: 1,
|
|
|
|
columnId: [],
|
|
|
|
articleId: '',
|
|
|
|
linkAddress : '',
|
|
|
|
site: '',
|
|
|
|
otherColumnId: [],
|
|
|
|
otherArticleId: '',
|
|
|
|
isOpen: 1
|
|
|
|
},
|
|
|
|
isEnable: 1
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
],
|
|
|
|
}
|