From 0a7e561feadc5ceca37150ffb12a60c2b2907e91 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Tue, 28 May 2024 10:12:45 +0800 Subject: [PATCH] fix --- src/components/editor.js | 156 +- src/components/img-upload/Cropper.vue | 161 +- src/components/modules/content.vue | 130 +- src/components/modules/module.vue | 291 +-- src/const/modules.js | 2717 +++++++++++++------------ src/mixins/page/index.js | 32 +- src/pages/article/add/editor.js | 163 +- src/pages/article/add/index.vue | 933 +++------ src/pages/column/list/index.vue | 290 +-- src/pages/column/page/home.vue | 462 +++-- src/pages/seo/index.vue | 42 +- 11 files changed, 2412 insertions(+), 2965 deletions(-) diff --git a/src/components/editor.js b/src/components/editor.js index 7824f3e..32097fe 100644 --- a/src/components/editor.js +++ b/src/components/editor.js @@ -4,10 +4,10 @@ import Setting from '@/setting' import Util from '@/libs/util' export default { //skin:'oxide-dark', - language:'zh_CN', + language: 'zh_CN', language_url: './styles/tinymce/langs/zh_CN.js', - plugins: 'print powerpaste preview searchreplace autolink directionality visualblocks visualchars fullscreen image link media template advcode codesample table charmap hr pagebreak nonbreaking anchor insertdatetime advlist lists wordcount imagetools textpattern help emoticons autosave autoresize formatpainter paragraphspacing', - toolbar: 'code undo redo restoredraft | cut copy powerpaste pastetext | forecolor backcolor headings fontsize lineHeight bold italic underline strikethrough link anchor | alignleft aligncenter alignright alignjustify | \ + plugins: 'print preview searchreplace autolink directionality visualblocks visualchars fullscreen image link media template codesample table charmap hr pagebreak nonbreaking anchor insertdatetime advlist lists wordcount imagetools textpattern help emoticons autosave autoresize formatpainter paragraphspacing', + toolbar: 'code undo redo restoredraft | cut copy pastetext | forecolor backcolor headings fontsize lineHeight bold italic underline strikethrough link anchor | alignleft aligncenter alignright alignjustify | \ styleselect fontselect fontsizeselect | bullist numlist | blockquote subscript superscript removeformat | \ table image media charmap emoticons hr pagebreak insertdatetime print preview | fullscreen | indent2em formatpainter | paragraphspacing', style_formats: [ @@ -22,40 +22,40 @@ export default { { title: '行高', items: [{ - title: '1', - styles: { - 'line-height': '1' - }, - inline: 'span' + title: '1', + styles: { + 'line-height': '1' }, - { - title: '1.5', - styles: { - 'line-height': '1.5' - }, - inline: 'span' + inline: 'span' + }, + { + title: '1.5', + styles: { + 'line-height': '1.5' }, - { - title: '2', - styles: { - 'line-height': '2' - }, - inline: 'span' + inline: 'span' + }, + { + title: '2', + styles: { + 'line-height': '2' }, - { - title: '2.5', - styles: { - 'line-height': '2.5' - }, - inline: 'span' + inline: 'span' + }, + { + title: '2.5', + styles: { + 'line-height': '2.5' }, - { - title: '3', - styles: { - 'line-height': '3' - }, - inline: 'span' - } + inline: 'span' + }, + { + title: '3', + styles: { + 'line-height': '3' + }, + inline: 'span' + } ] }, //默认的配置 @@ -186,33 +186,34 @@ export default { fontsize_formats: '12px 14px 16px 18px 19px 22px 24px 36px 48px 56px 72px', font_formats: '苹果苹方=PingFang SC,Microsoft YaHei,sans-serif;宋体=simsun,serif;微软雅黑=Microsoft YaHei,Helvetica Neue,PingFang SC,sans-serif;仿宋体=FangSong,serif;黑体=SimHei,sans-serif;Arial=arial,helvetica,sans-serif;Arial Black=arial black,avant garde;Book Antiqua=book antiqua,palatino;Comic Sans MS=comic sans ms,sans-serif;Courier New=courier new,courier;Georgia=georgia,palatino;Helvetica=helvetica;Impact=impact,chicago;Symbol=symbol;Tahoma=tahoma,arial,helvetica,sans-serif;Terminal=terminal,monaco;Times New Roman=times new roman,times;Verdana=verdana,geneva;Webdings=webdings;Wingdings=wingdings,zapf dingbats;知乎配置=BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;小米配置=Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif', link_list: [ - { title: '预置链接1', value: 'http://www.tinymce.com' }, - { title: '预置链接2', value: 'http://tinymce.ax-z.cn' } + { title: '预置链接1', value: 'http://www.tinymce.com' }, + { title: '预置链接2', value: 'http://tinymce.ax-z.cn' } ], image_list: [ - { title: '预置图片1', value: 'https://www.tiny.cloud/images/glyph-tinymce@2x.png' }, - { title: '预置图片2', value: 'https://www.baidu.com/img/bd_logo1.png' } + { title: '预置图片1', value: 'https://www.tiny.cloud/images/glyph-tinymce@2x.png' }, + { title: '预置图片2', value: 'https://www.baidu.com/img/bd_logo1.png' } ], image_class_list: [ - { title: 'None', value: '' }, - { title: 'Some class', value: 'class-name' } + { title: 'None', value: '' }, + { title: 'Some class', value: 'class-name' } ], //importcss_append: true, //自定义文件选择器的回调内容 file_picker_callback: function (callback, value, meta) { - if (meta.filetype === 'file') { - callback('https://www.baidu.com/img/bd_logo1.png', { text: 'My text' }); - } - if (meta.filetype === 'image') { - callback('https://www.baidu.com/img/bd_logo1.png', { alt: 'My alt text' }); - } - if (meta.filetype === 'media') { - callback('movie.mp4', { source2: 'alt.ogg', poster: 'https://www.baidu.com/img/bd_logo1.png' }); - } + if (meta.filetype === 'file') { + callback('https://www.baidu.com/img/bd_logo1.png', { text: 'My text' }); + } + if (meta.filetype === 'image') { + callback('https://www.baidu.com/img/bd_logo1.png', { alt: 'My alt text' }); + } + if (meta.filetype === 'media') { + callback('movie.mp4', { source2: 'alt.ogg', poster: 'https://www.baidu.com/img/bd_logo1.png' }); + } }, //为内容模板插件提供预置模板 templates: [ - { title: '中文文章模板1', description: '图片文字流', content: ` + { + title: '中文文章模板1', description: '图片文字流', content: `
@@ -235,9 +236,10 @@ export default {
- ` - }, - { title: '英文文章模板1', description: '图片文字流', content: ` + ` + }, + { + title: '英文文章模板1', description: '图片文字流', content: `
@@ -254,9 +256,10 @@ export default {
- ` - }, - { title: '新闻模板', description: '', content: ` + ` + }, + { + title: '新闻模板', description: '', content: `
@@ -284,9 +287,10 @@ export default {
- ` - }, - { title: '图片描述', description: '', content: ` + ` + }, + { + title: '图片描述', description: '', content: `
@@ -295,8 +299,8 @@ export default {
- ` - } + ` + } ], // content_security_policy: "https://cdn.tiny.cloud/1/rnk6zw9v267xqz7pf98twt1vmrvltmd436je7a642pckltda/tinymce/6/tinymce.min.js", // extended_valid_elements:'script[src]', @@ -304,7 +308,7 @@ export default { // template_cdate_format: '[CDATE: %m/%d/%Y : %H:%M:%S]', // template_mdate_format: '[MDATE: %m/%d/%Y : %H:%M:%S]', // autosave_ask_before_unload: false, - toolbar_mode : 'wrap', + toolbar_mode: 'wrap', // automatic_uploads: true, // images_upload_base_path: '/demo', paste_data_images: true, @@ -315,17 +319,17 @@ export default { images_upload_handler: function (blobInfo, succFun, failFun) { const form = new FormData() form.append('file', blobInfo.blob()), - Axios({ - method: 'post', - url: Api.upload, - data: form, - headers: { - 'Content-Type': 'multipart/form-data', - token: Util.local.get(Setting.tokenKey) - }, - }).then(({ data }) => { - succFun(data.url) - }).catch(res => {}) + Axios({ + method: 'post', + url: Api.upload, + data: form, + headers: { + 'Content-Type': 'multipart/form-data', + token: Util.local.get(Setting.tokenKey) + }, + }).then(({ data }) => { + succFun(data.url) + }).catch(res => { }) }, //自定义文件选择器的回调内容 此方法只有在点击上方图片按钮才会触发 file_picker_callback: function (callback, value, meta) { @@ -341,7 +345,7 @@ export default { let input = document.createElement('input');//创建一个隐藏的input input.setAttribute('type', 'file'); input.setAttribute("accept", ".mp4"); - input.onchange = function(){ + input.onchange = function () { let file = this.files[0]; let fd = new FormData(); fd.append("file", file); @@ -355,16 +359,16 @@ export default { }, }).then(({ data }) => { callback(data.url) - }).catch(res => {}) + }).catch(res => { }) } //触发点击 input.click(); } }, // 初始化事件 - setup: function(editor) { + setup: function (editor) { const that = this - editor.on('init', function(ed) { + editor.on('init', function (ed) { // 设置默认字体(新增才需要设置) if (editor.iframeElement.contentWindow.document.body.innerText === '\n') { ed.target.editorCommands.execCommand("fontName", false, "Microsoft Yahei") diff --git a/src/components/img-upload/Cropper.vue b/src/components/img-upload/Cropper.vue index b2d12ed..616d229 100644 --- a/src/components/img-upload/Cropper.vue +++ b/src/components/img-upload/Cropper.vue @@ -3,31 +3,18 @@
- +
-
- + :style="{ 'width': '500px', 'height': '400px', 'overflow': 'hidden', 'margin': '0 25px', 'display': 'flex', 'align-items': 'center' }"> +
+
@@ -41,10 +28,7 @@
-->
- + 上传
@@ -95,7 +79,11 @@ export default { autoCropHeight: { type: Number, default: 124 - } + }, + dataType: { + type: String, + default: 'form' + }, }, data () { return { @@ -114,6 +102,7 @@ export default { fixedNumber: [1, 0.26], // 截图框比例 (默认:[1:1]) enlarge: 1 }, + imgType: this.dataType === 'form' ? 'image/png' : 'image/jpeg', isDisabled: false } }, @@ -147,9 +136,13 @@ export default { const that = this if (type === 'blob') { this.$refs.cropper.getCropBlob(data => { - // compress(data, 1).then(res => { - that.$emit('upload', data) - // }) + compress(data, { + size: 100, + quality: 0.9, + type: this.imgType + }).then(res => { + that.$emit('upload', res) + }) }) } else { this.$refs.cropper.getCropData(data => { @@ -162,81 +155,81 @@ export default { diff --git a/src/components/modules/content.vue b/src/components/modules/content.vue index 211f488..b2af1ac 100644 --- a/src/components/modules/content.vue +++ b/src/components/modules/content.vue @@ -1,117 +1,64 @@ @@ -292,11 +239,12 @@ export default { \ No newline at end of file diff --git a/src/components/modules/module.vue b/src/components/modules/module.vue index ebb7bad..a8183e8 100644 --- a/src/components/modules/module.vue +++ b/src/components/modules/module.vue @@ -3,283 +3,161 @@ - + - - - - -
- - -
+ + + + +
+ + +

上传图片

-
+

只支持.jpg,.png格式

- + 上传视频 -
+

请上传大小1G以内的视频

- + 上传资源 - +
-
- +
+ 设置链接
- + - - - - + + + + - - + + - + - 默认读取关联栏目 + 默认读取关联栏目
- - + +
- + 取消 - 确定 + 确定 - - - + + + - - + +
@@ -432,7 +310,7 @@ export default { this.articleNums = nums } form && form.site && this.siteChange(form.site) - this.dialogWidth = dialogWidth || '800px' + this.dialogWidth = dialogWidth || '1000px' }, // 站点切换回调 siteChange (siteId) { @@ -651,11 +529,12 @@ export default { \ No newline at end of file diff --git a/src/const/modules.js b/src/const/modules.js index 95279af..65c2e57 100644 --- a/src/const/modules.js +++ b/src/const/modules.js @@ -39,7 +39,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -57,13 +57,13 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', isOpen: 1 }, - des: '稳定高效的在线实验教学与学习系统', + des: '稳定高效的在线实验教学与学习系统', isEnable: 1 } ] @@ -102,7 +102,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -120,7 +120,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -137,7 +137,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -154,7 +154,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -164,7 +164,7 @@ export default { isEnable: 1 }, ], - dialogWidth: '1200px', + dialogWidth: '1200px', }, ], member: [ @@ -282,637 +282,637 @@ export default { ] }, ], - aboutUs: [ - { - type: 'introduce', - forms: [ - { - type: 'media', - prop: 'pic', - label: '资源', - required: true, - width: 1912, - height: 480 - }, - { - type: 'editor', - prop: 'des', - label: '描述' - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'upload', - prop: 'weixinPic1', - label: '公众号二维码', - width: 103, - height: 103 - }, - { - type: 'input', - prop: 'weixinText1', - label: '公众号文案' - }, - { - type: 'upload', - prop: 'weixinPic2', - label: '小程序二维码', - width: 103, - height: 103 - }, - { - type: 'input', - prop: 'weixinText2', - label: '小程序文案' - }, - ], - form: { - pic: '', - des: ``, - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - pic: 'https://huorantech.com/images/about/qrcode.jpg', - title: `扫一扫,关注公众号`, - weixinPic1: '', - weixinText1: ``, - weixinPic2: '', - weixinText2: ``, - }, - list: [], - dialogWidth: '1200px', - labelWidth: '110px' - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 367, - height: 524 - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'input', - prop: 'subTitle1', - label: '小标题' - }, - { - type: 'input', - prop: 'subTitle2', - label: '英文标题' - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'editor', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'https://huorantech.com/images/about/about1.png', - title: '或然科技有限公司', - subTitle1: '职站商城,让您一站式采购无忧', - subTitle2: 'HUORAN TECH', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: `深圳或然科技,教育数字化产业的推动者,为教育IT创业者赋能的首选合作伙伴。我们是一家拥有丰富IT互联网背景的科技企业,致力于为教育软件销售代理人提供专业而全面的产品供应链服务。` - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'input', - prop: 'des', - label: '描述' - } - ], - form: { - title: '随时、随地、贴心为您提供全方位服务', - des: 'At anytime,anywhere,intimate to provide you with a full range of services', - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'input', - prop: 'des', - label: '描述' - } - ], - form: { - title: '企业文化', - des: 'CORPORATE CULTURE', - } - }, - { - type: 'introduce', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - width: 70, - height: 70 - }, - { - type: 'input', - prop: 'title', - label: '标题', - }, - { - 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: '' - }, - list: [ - { - pic: 'https://huorantech.com/images/about/about4.png', - title: '使命', - des: '成就百万教育产业数字化的创业者', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - }, - { - pic: 'https://huorantech.com/images/about/about5.png', - title: '愿景', - des: '成为教育产业数字化的共创平台', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - }, - { - pic: 'https://huorantech.com/images/about/about6.png', - title: '核心价值观', - des: '公正、诚信、创新、实干', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - }, - ], - dialogWidth: '900px' - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'input', - prop: 'subTitle', - label: '小标题' - }, - { - type: 'input', - prop: 'des', - label: '描述' - } - ], - form: { - title: '为什么选择我们', - subTitle: 'WHY CHOOSE US', - des: '专业、全面、高效', - } - }, - { - type: 'introduce', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - width: 70, - height: 70 - }, - { - type: 'input', - prop: 'title', - label: '标题', - }, - { - 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: '' - }, - list: [ - { - pic: 'https://huorantech.com/images/index/index3.png', - title: '产品优势', - des: '整合好不同的教育信息化解决方案所需的软件和硬件产品,通过教育产业互联网平台和反向供应链,提供利润合适,交付便捷,质量有保障的体系化产品。', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - }, - { - pic: 'https://huorantech.com/images/index/index4.png', - title: '服务优势', - des: '专业的培训和服务团队,提供教育信息化产业的创业辅导和专业培训。帮助打造一支专业化的商务支持、客户成功和售后运营服务的支撑型团队。', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - }, - { - pic: 'https://huorantech.com/images/index/index5.png', - title: '生态优势', - des: '我们拥有强大可靠的渠道、产品的生态联盟,可共享、调用生态内的多方资源,背靠联盟携手共创新奇迹。', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - }, - ], - dialogWidth: '900px' - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'input', - prop: 'subTitle', - label: '小标题' - }, - { - type: 'input', - prop: 'des', - label: '描述' - } - ], - form: { - title: '合作院校', - subTitle: 'PARTNERSHIP', - des: '助力100+所院校客户实现数字化升级', - } - }, - { - type: 'introduce', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - width: 453, - height: 308 - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'subTitle', - label: '小标题' - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'editor', - prop: 'des', - label: '描述' - } - ], - form: { - pic: '', - title: '', - subTitle: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: '', - isEnable: 1, - }, - list: [ - { - pic: 'https://huorantech.com/images/index/index0.png', - title: '他们说', - subTitle: '—— 河海大学老师', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: `平台功能丰富,操作简单,自动判分功能,能更高效的批改作业给学生更好的指导。`, - isEnable: 1, - } - ], + aboutUs: [ + { + type: 'introduce', + forms: [ + { + type: 'media', + prop: 'pic', + label: '资源', + required: true, + width: 1912, + height: 480 + }, + { + type: 'editor', + prop: 'des', + label: '描述' + }, + { + type: 'link', + prop: 'link', + label: '链接' + }, + { + type: 'upload', + prop: 'weixinPic1', + label: '公众号二维码', + width: 103, + height: 103 + }, + { + type: 'input', + prop: 'weixinText1', + label: '公众号文案' + }, + { + type: 'upload', + prop: 'weixinPic2', + label: '小程序二维码', + width: 103, + height: 103 + }, + { + type: 'input', + prop: 'weixinText2', + label: '小程序文案' + }, + ], + form: { + pic: '', + des: ``, + link: { + linkName: '无', + connectionType: 1, + columnId: [], + articleId: '', + linkAddress: '', + site: '', + otherColumnId: [], + otherArticleId: '', + isOpen: 1 + }, + pic: 'https://huorantech.com/images/about/qrcode.jpg', + title: `扫一扫,关注公众号`, + weixinPic1: '', + weixinText1: ``, + weixinPic2: '', + weixinText2: ``, + }, + list: [], + dialogWidth: '1200px', + labelWidth: '110px' + }, + { + type: 'form', + forms: [ + { + type: 'upload', + prop: 'pic', + label: '图片', + required: true, + width: 367, + height: 524 + }, + { + type: 'input', + prop: 'title', + label: '标题', + required: true + }, + { + type: 'input', + prop: 'subTitle1', + label: '小标题' + }, + { + type: 'input', + prop: 'subTitle2', + label: '英文标题' + }, + { + type: 'link', + prop: 'link', + label: '链接' + }, + { + type: 'editor', + prop: 'des', + label: '描述' + } + ], + form: { + pic: 'https://huorantech.com/images/about/about1.png', + title: '或然科技有限公司', + subTitle1: '职站商城,让您一站式采购无忧', + subTitle2: 'HUORAN TECH', + link: { + linkName: '无', + connectionType: 1, + columnId: [], + articleId: '', + linkAddress: '', + site: '', + otherColumnId: [], + otherArticleId: '', + isOpen: 1 + }, + des: `深圳或然科技,教育数字化产业的推动者,为教育IT创业者赋能的首选合作伙伴。我们是一家拥有丰富IT互联网背景的科技企业,致力于为教育软件销售代理人提供专业而全面的产品供应链服务。` + } + }, + { + type: 'form', + forms: [ + { + type: 'input', + prop: 'title', + label: '标题', + required: true + }, + { + type: 'input', + prop: 'des', + label: '描述' + } + ], + form: { + title: '随时、随地、贴心为您提供全方位服务', + des: 'At anytime,anywhere,intimate to provide you with a full range of services', + } + }, + { + type: 'form', + forms: [ + { + type: 'input', + prop: 'title', + label: '标题', + required: true + }, + { + type: 'input', + prop: 'des', + label: '描述' + } + ], + form: { + title: '企业文化', + des: 'CORPORATE CULTURE', + } + }, + { + type: 'introduce', + forms: [ + { + type: 'upload', + prop: 'pic', + label: '图片', + width: 70, + height: 70 + }, + { + type: 'input', + prop: 'title', + label: '标题', + }, + { + 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: '' + }, + list: [ + { + pic: 'https://huorantech.com/images/about/about4.png', + title: '使命', + des: '成就百万教育产业数字化的创业者', + link: { + linkName: '无', + connectionType: 1, + columnId: [], + articleId: '', + linkAddress: '', + site: '', + otherColumnId: [], + otherArticleId: '', + isOpen: 1 + }, + isEnable: 1 + }, + { + pic: 'https://huorantech.com/images/about/about5.png', + title: '愿景', + des: '成为教育产业数字化的共创平台', + link: { + linkName: '无', + connectionType: 1, + columnId: [], + articleId: '', + linkAddress: '', + site: '', + otherColumnId: [], + otherArticleId: '', + isOpen: 1 + }, + isEnable: 1 + }, + { + pic: 'https://huorantech.com/images/about/about6.png', + title: '核心价值观', + des: '公正、诚信、创新、实干', + link: { + linkName: '无', + connectionType: 1, + columnId: [], + articleId: '', + linkAddress: '', + site: '', + otherColumnId: [], + otherArticleId: '', + isOpen: 1 + }, + isEnable: 1 + }, + ], + dialogWidth: '900px' + }, + { + type: 'form', + forms: [ + { + type: 'input', + prop: 'title', + label: '标题', + required: true + }, + { + type: 'input', + prop: 'subTitle', + label: '小标题' + }, + { + type: 'input', + prop: 'des', + label: '描述' + } + ], + form: { + title: '为什么选择我们', + subTitle: 'WHY CHOOSE US', + des: '专业、全面、高效', + } + }, + { + type: 'introduce', + forms: [ + { + type: 'upload', + prop: 'pic', + label: '图片', + width: 70, + height: 70 + }, + { + type: 'input', + prop: 'title', + label: '标题', + }, + { + 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: '' + }, + list: [ + { + pic: 'https://huorantech.com/images/index/index3.png', + title: '产品优势', + des: '整合好不同的教育信息化解决方案所需的软件和硬件产品,通过教育产业互联网平台和反向供应链,提供利润合适,交付便捷,质量有保障的体系化产品。', + link: { + linkName: '无', + connectionType: 1, + columnId: [], + articleId: '', + linkAddress: '', + site: '', + otherColumnId: [], + otherArticleId: '', + isOpen: 1 + }, + isEnable: 1 + }, + { + pic: 'https://huorantech.com/images/index/index4.png', + title: '服务优势', + des: '专业的培训和服务团队,提供教育信息化产业的创业辅导和专业培训。帮助打造一支专业化的商务支持、客户成功和售后运营服务的支撑型团队。', + link: { + linkName: '无', + connectionType: 1, + columnId: [], + articleId: '', + linkAddress: '', + site: '', + otherColumnId: [], + otherArticleId: '', + isOpen: 1 + }, + isEnable: 1 + }, + { + pic: 'https://huorantech.com/images/index/index5.png', + title: '生态优势', + des: '我们拥有强大可靠的渠道、产品的生态联盟,可共享、调用生态内的多方资源,背靠联盟携手共创新奇迹。', + link: { + linkName: '无', + connectionType: 1, + columnId: [], + articleId: '', + linkAddress: '', + site: '', + otherColumnId: [], + otherArticleId: '', + isOpen: 1 + }, + isEnable: 1 + }, + ], + dialogWidth: '900px' + }, + { + type: 'form', + forms: [ + { + type: 'input', + prop: 'title', + label: '标题', + required: true + }, + { + type: 'input', + prop: 'subTitle', + label: '小标题' + }, + { + type: 'input', + prop: 'des', + label: '描述' + } + ], + form: { + title: '合作院校', + subTitle: 'PARTNERSHIP', + des: '助力100+所院校客户实现数字化升级', + } + }, + { + type: 'introduce', + forms: [ + { + type: 'upload', + prop: 'pic', + label: '图片', + width: 453, + height: 308 + }, + { + type: 'input', + prop: 'title', + label: '标题', + required: true + }, + { + type: 'textarea', + prop: 'subTitle', + label: '小标题' + }, + { + type: 'link', + prop: 'link', + label: '链接' + }, + { + type: 'editor', + prop: 'des', + label: '描述' + } + ], + form: { + pic: '', + title: '', + subTitle: '', + link: { + linkName: '无', + connectionType: 1, + columnId: [], + articleId: '', + linkAddress: '', + site: '', + otherColumnId: [], + otherArticleId: '', + isOpen: 1 + }, + des: '', + isEnable: 1, + }, + list: [ + { + pic: 'https://huorantech.com/images/index/index0.png', + title: '他们说', + subTitle: '—— 河海大学老师', + link: { + linkName: '无', + connectionType: 1, + columnId: [], + articleId: '', + linkAddress: '', + site: '', + otherColumnId: [], + otherArticleId: '', + isOpen: 1 + }, + des: `平台功能丰富,操作简单,自动判分功能,能更高效的批改作业给学生更好的指导。`, + isEnable: 1, + } + ], dialogWidth: '1100px', - }, - { - type: 'introduce', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 253, - height: 124 - }, - ], - form: { - pic: '', - }, - list: [ - { - pic: 'https://huorantech.com/images/index/school1.png', - isEnable: 1 - }, - { - pic: 'https://huorantech.com/images/index/school2.png', - isEnable: 1 - }, - { - pic: 'https://huorantech.com/images/index/school3.png', - isEnable: 1 - }, - { - pic: 'https://huorantech.com/images/index/school4.png', - isEnable: 1 - }, - { - pic: 'https://huorantech.com/images/index/school5.png', - isEnable: 1 - }, - ] - }, + }, + { + type: 'introduce', + forms: [ + { + type: 'upload', + prop: 'pic', + label: '图片', + required: true, + width: 253, + height: 124 + }, + ], + form: { + pic: '', + }, + list: [ + { + pic: 'https://huorantech.com/images/index/school1.png', + isEnable: 1 + }, + { + pic: 'https://huorantech.com/images/index/school2.png', + isEnable: 1 + }, + { + pic: 'https://huorantech.com/images/index/school3.png', + isEnable: 1 + }, + { + pic: 'https://huorantech.com/images/index/school4.png', + isEnable: 1 + }, + { + pic: 'https://huorantech.com/images/index/school5.png', + isEnable: 1 + }, + ] + }, + + { + type: 'form', + forms: [ + { + type: 'input', + prop: 'title', + label: '标题', + }, + { + type: 'input', + prop: 'des', + label: '描述' + } + ], + form: { + title: '联系我们', + des: `CONTACT US` + } + }, + { + type: 'form', + forms: [ + { + type: 'upload', + prop: 'pic', + label: 'logo', + width: 185, + height: 44 + }, + { + type: 'input', + prop: 'siteName', + label: '公司官网', + }, + { + type: 'input', + prop: 'address', + label: '地址' + }, + { + type: 'input', + prop: 'phone', + label: '合作咨询', + }, + { + type: 'input', + prop: 'mail', + label: '客户建议' + }, + ], + form: { + pic: 'https://huorantech.com/images/about/logo.png', + siteName: '公司官网:www.huorantech.com', + address: `地址:广东省深圳市南山区粤海街道海天二路盈峰中心2101`, + phone: `合作咨询:郭经理 17671782660`, + mail: `客户建议:service@huorantech.cn`, + }, + labelWidth: '100px' + }, + { + type: 'form', + forms: [ + { + type: 'upload', + prop: 'pic', + label: '公众号二维码', + width: 103, + height: 103 + }, + { + type: 'input', + prop: 'title', + label: '公众号文案' + }, + ], + form: { + pic: 'https://huorantech.com/images/about/qrcode.jpg', + title: `扫一扫,关注公众号`, + }, + labelWidth: '100px' + }, + { + type: 'form', + forms: [ + { + type: 'upload', + prop: 'pic', + label: '小程序二维码', + width: 103, + height: 103 + }, + { + type: 'input', + prop: 'title', + label: '小程序文案' + }, + ], + form: { + pic: 'https://huorantech.com/images/about/mini-program-sm.jpg', + title: `扫一扫,登录职站商城`, + }, + labelWidth: '100px' + }, + ], - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - }, - { - type: 'input', - prop: 'des', - label: '描述' - } - ], - form: { - title: '联系我们', - des: `CONTACT US` - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: 'logo', - width: 185, - height: 44 - }, - { - type: 'input', - prop: 'siteName', - label: '公司官网', - }, - { - type: 'input', - prop: 'address', - label: '地址' - }, - { - type: 'input', - prop: 'phone', - label: '合作咨询', - }, - { - type: 'input', - prop: 'mail', - label: '客户建议' - }, - ], - form: { - pic: 'https://huorantech.com/images/about/logo.png', - siteName: '公司官网:www.huorantech.com', - address: `地址:广东省深圳市南山区粤海街道海天二路盈峰中心2101`, - phone: `合作咨询:郭经理 17671782660`, - mail: `客户建议:service@huorantech.cn`, - }, - labelWidth: '100px' - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '公众号二维码', - width: 103, - height: 103 - }, - { - type: 'input', - prop: 'title', - label: '公众号文案' - }, - ], - form: { - pic: 'https://huorantech.com/images/about/qrcode.jpg', - title: `扫一扫,关注公众号`, - }, - labelWidth: '100px' - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '小程序二维码', - width: 103, - height: 103 - }, - { - type: 'input', - prop: 'title', - label: '小程序文案' - }, - ], - form: { - pic: 'https://huorantech.com/images/about/mini-program-sm.jpg', - title: `扫一扫,登录职站商城`, - }, - labelWidth: '100px' - }, - ], - about: [ { type: 'introduce', @@ -944,7 +944,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -961,7 +961,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -1011,7 +1011,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -1070,7 +1070,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -1107,7 +1107,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -1144,7 +1144,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -1181,7 +1181,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -1364,7 +1364,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -1433,7 +1433,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -1452,7 +1452,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -1470,7 +1470,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -1488,7 +1488,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -1554,7 +1554,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -1598,7 +1598,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -1642,7 +1642,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -1706,7 +1706,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -1747,7 +1747,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -1764,7 +1764,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -1814,7 +1814,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -1873,7 +1873,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -1910,7 +1910,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -1947,7 +1947,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -1984,7 +1984,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -2167,7 +2167,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -2236,7 +2236,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -2255,7 +2255,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -2273,7 +2273,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -2291,7 +2291,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -2357,7 +2357,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -2401,7 +2401,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -2445,7 +2445,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -2509,7 +2509,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -2550,7 +2550,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -2567,7 +2567,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -2611,7 +2611,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -2654,7 +2654,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -2697,7 +2697,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -2740,7 +2740,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -2803,7 +2803,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -2820,7 +2820,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -2837,7 +2837,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -2854,7 +2854,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -2905,7 +2905,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -2923,7 +2923,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -2941,7 +2941,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -2959,7 +2959,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -3002,7 +3002,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -3019,7 +3019,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -3063,7 +3063,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -3106,7 +3106,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -3143,8 +3143,8 @@ export default { prop: 'pic', label: '图片', required: true, - width: 540, - height: 506 + width: 540, + height: 506 }, { type: 'input', @@ -3177,7 +3177,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -3195,7 +3195,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -3213,7 +3213,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -3231,7 +3231,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -3274,7 +3274,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -3291,7 +3291,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -3355,7 +3355,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -3398,7 +3398,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -3497,7 +3497,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -3515,7 +3515,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -3533,7 +3533,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -3551,7 +3551,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -3565,6 +3565,12 @@ export default { { type: 'form', forms: [ + { + type: 'upload', + prop: 'pic', + label: '图片', + required: true + }, { type: 'input', prop: 'title', @@ -3584,13 +3590,14 @@ export default { } ], form: { + pic: 'https://huorantech.com/images/home/4.png', title: 'ABOUT', link: { linkName: '无', connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -3765,7 +3772,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -3782,7 +3789,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -3946,7 +3953,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -3963,7 +3970,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -4013,7 +4020,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -4031,7 +4038,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -4049,7 +4056,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -4067,7 +4074,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -4110,7 +4117,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -4127,7 +4134,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -4177,7 +4184,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -4195,7 +4202,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -4213,7 +4220,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -4231,7 +4238,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -4274,7 +4281,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -4291,7 +4298,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -4355,7 +4362,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -4372,7 +4379,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -4388,7 +4395,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -4404,7 +4411,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -4420,7 +4427,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -4436,7 +4443,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -4495,7 +4502,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -4511,7 +4518,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -4526,7 +4533,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -4541,7 +4548,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -4556,7 +4563,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -4571,7 +4578,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -4586,7 +4593,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -4595,7 +4602,7 @@ export default { }, ] }, - + { type: 'form', forms: [ @@ -4650,7 +4657,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -4667,7 +4674,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -4683,7 +4690,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -4703,7 +4710,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -4747,7 +4754,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -4764,7 +4771,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -4828,7 +4835,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -4845,7 +4852,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -4861,7 +4868,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -4877,7 +4884,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -4893,7 +4900,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -4909,7 +4916,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -4968,7 +4975,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -4984,7 +4991,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -4999,7 +5006,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -5014,7 +5021,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -5029,7 +5036,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -5044,7 +5051,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -5059,7 +5066,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -5068,7 +5075,7 @@ export default { }, ] }, - + { type: 'form', forms: [ @@ -5123,7 +5130,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -5140,7 +5147,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -5156,7 +5163,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -5176,7 +5183,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -5220,7 +5227,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -5237,7 +5244,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -5289,7 +5296,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -5340,7 +5347,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -5355,7 +5362,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -5369,7 +5376,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -5383,7 +5390,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -5397,7 +5404,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -5411,7 +5418,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -5425,7 +5432,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -5439,7 +5446,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -5453,7 +5460,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -5467,7 +5474,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -5481,7 +5488,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -5539,7 +5546,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -5555,7 +5562,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -5570,7 +5577,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -5585,7 +5592,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -5600,7 +5607,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -5615,7 +5622,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -5630,7 +5637,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -5705,7 +5712,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -5741,7 +5748,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -5777,7 +5784,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -5813,7 +5820,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -5858,7 +5865,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -5901,7 +5908,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -5945,7 +5952,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -5999,7 +6006,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -6016,7 +6023,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -6032,7 +6039,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -6048,7 +6055,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -6098,7 +6105,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -6147,7 +6154,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -6167,7 +6174,7 @@ export default { label: '图片', required: true, width: 1920, - height: 345 + height: 345 }, { type: 'input', @@ -6194,7 +6201,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -6212,7 +6219,7 @@ export default { label: '图片', required: true, width: 720, - height: 420 + height: 420 }, { type: 'editor', @@ -6239,10 +6246,10 @@ export default { } ], form: { - pic: 'https://huorantech.com/images/userSharing/2.png', + pic: 'https://huorantech.com/images/userSharing/2.png', title: '用户共享', subTitle: '高效运行、分类开放', - enTitle: 'EFFICIENT OPERATION, CLASSIFICATION OPEN', + enTitle: 'EFFICIENT OPERATION, CLASSIFICATION OPEN', des: `S³FEL是由深圳市政府投资建设的新一代自由电子激光大科学装置,将成为世界上顶级的先进光源大科学装置,是支撑深圳社会主义先行示范区和大湾区综合性国家科学中心建设的大型公共科技创新平台,对提升我国的科技影响力、集聚顶尖科技人才、推动科技创新具有非常重要的意义。 S³FEL以“高效运行、分类开放”为共享理念,向全世界科技界实行开放共享,促进信息、材料、能源、生物化学等多个基础科学领域的极速发展。` } }, @@ -6273,7 +6280,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -6310,7 +6317,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -6346,7 +6353,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -6387,7 +6394,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -6404,7 +6411,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -6471,7 +6478,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -6501,7 +6508,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -6531,7 +6538,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -6561,7 +6568,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -6591,7 +6598,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -6621,7 +6628,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -6665,7 +6672,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -6731,7 +6738,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -6786,7 +6793,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -6803,7 +6810,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -6987,7 +6994,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -7004,7 +7011,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -7020,7 +7027,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -7040,7 +7047,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -7114,7 +7121,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -7131,7 +7138,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -7315,7 +7322,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -7332,7 +7339,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -7348,7 +7355,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -7368,7 +7375,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -7442,7 +7449,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -7459,7 +7466,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -7583,7 +7590,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -7600,7 +7607,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -7684,8 +7691,8 @@ export default { prop: 'pic', label: '图片', required: true, - width: 986, - height: 293 + width: 986, + height: 293 }, ], form: { @@ -7725,7 +7732,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -7742,7 +7749,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -7876,7 +7883,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -7954,7 +7961,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -7996,7 +8003,7 @@ export default { prop: 'pic', label: '图片', // width: 392, - // height: 247 + // height: 247 }, { type: 'input', @@ -8023,7 +8030,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -8069,7 +8076,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -8085,8 +8092,8 @@ export default { prop: 'pic', label: '图片', required: true, - width: 764, - height: 669 + width: 764, + height: 669 }, { type: 'editor', @@ -8141,7 +8148,7 @@ export default { label: '图片', required: true, width: 1920, - height: 991 + height: 991 }, { type: 'link', @@ -8156,7 +8163,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -8173,7 +8180,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -8242,7 +8249,7 @@ export default { label: '图片', required: true, width: 700, - height: 543 + height: 543 }, { type: 'input', @@ -8269,7 +8276,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -8351,7 +8358,7 @@ export default { label: '图片', required: true, width: 1920, - height: 480 + height: 480 }, { type: 'input', @@ -8373,7 +8380,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -8412,7 +8419,7 @@ export default { label: '图片', required: true, width: 1920, - height: 480 + height: 480 }, { type: 'input', @@ -8434,7 +8441,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -8456,7 +8463,7 @@ export default { prop: 'pic', label: '图片', width: 392, - height: 247 + height: 247 }, { type: 'input', @@ -8483,7 +8490,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -8504,7 +8511,7 @@ export default { label: '图片', required: true, width: 1920, - height: 480 + height: 480 }, { type: 'input', @@ -8526,7 +8533,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -8564,7 +8571,7 @@ export default { label: '图片', required: false, width: 1100, - height: 812 + height: 812 }, ], form: { @@ -8582,7 +8589,7 @@ export default { label: '图片', required: true, width: 1920, - height: 480 + height: 480 }, { type: 'input', @@ -8604,7 +8611,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -8621,7 +8628,7 @@ export default { label: '图片', required: true, width: 848, - height: 505 + height: 505 }, { type: 'input', @@ -8648,7 +8655,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -8668,7 +8675,7 @@ export default { label: '图片', required: true, width: 848, - height: 505 + height: 505 }, { type: 'input', @@ -8695,7 +8702,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -8715,7 +8722,7 @@ export default { label: '图片', required: true, width: 848, - height: 505 + height: 505 }, { type: 'input', @@ -8742,7 +8749,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -8784,7 +8791,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -8855,7 +8862,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -8881,12 +8888,12 @@ export default { list: [ { title: '实验室综合管理岗', - isEnable: 1 + isEnable: 1 } ] }, - + { type: 'form', forms: [ @@ -8928,7 +8935,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -8954,7 +8961,7 @@ export default { list: [ { title: '实验室综合管理岗', - isEnable: 1 + isEnable: 1 } ] }, @@ -8988,7 +8995,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -9025,7 +9032,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -9043,8 +9050,8 @@ export default { prop: 'pic', label: '图片', required: true, - width: 1912, - height: 384 + width: 1912, + height: 384 }, { type: 'input', @@ -9066,7 +9073,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -9082,8 +9089,8 @@ export default { prop: 'pic', label: '图片', required: true, - width: 562, - height: 467 + width: 562, + height: 467 }, { type: 'editor', @@ -9105,7 +9112,7 @@ export default { 《深圳综合粒子设施研究院理事会章程》《深圳综合粒子设施研究院章程》于2020年6月4日研究院第一届理事会第一次会议通过。` } }, - + { type: 'history', historyForm: { @@ -9114,151 +9121,151 @@ export default { list: [] }, list: [ - { - title: '理事会', - list: [ - { - pic: 'https://huorantech.com/images/governance/8.png', - title: '产业促进委员会', - des: ` 产业促进委员会对理事会负责,是贯彻战略性新兴产业发展需求牵引导向,强化设施服务深圳和大湾区高新技术产业发展,加强“从0 到1”原创科技成果持续供给产业,强化科技服务经济的专门机构。 + { + title: '理事会', + list: [ + { + pic: 'https://huorantech.com/images/governance/8.png', + title: '产业促进委员会', + des: ` 产业促进委员会对理事会负责,是贯彻战略性新兴产业发展需求牵引导向,强化设施服务深圳和大湾区高新技术产业发展,加强“从0 到1”原创科技成果持续供给产业,强化科技服务经济的专门机构。 产业促进委员会主要负责根据深圳和大湾区产业需求及发展动态,挖掘、凝练高新技术产业发展的“卡脖子”技术和下一代产业发展关键技术;对研究院设施的产业需求、建设方案和性能指标进行咨询建议,参与编制设施中产业板块线站机时分配方案;收集产业用户对设施的管理运行模式、装置使用和升级需求、重点合作课题的建议和意见,为设施服务产业发展方向、研究计划、运行管理等的完善和改进提供决策参考;负责对定期举办产业用户培训进行指导,积极引导高新技术企业与研究院深度合作,促进设施服务产业经济发展。`, - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - } - ] - }, - { - title: '研究院党委', - list: [ - { - pic: 'https://huorantech.com/images/governance/8.png', - title: '产业促进委员会', - des: ` 产业促进委员会对理事会负责,是贯彻战略性新兴产业发展需求牵引导向,强化设施服务深圳和大湾区高新技术产业发展,加强“从0 到1”原创科技成果持续供给产业,强化科技服务经济的专门机构。 + link: { + linkName: '无', + connectionType: 1, + columnId: [], + articleId: '', + linkAddress: '', + site: '', + otherColumnId: [], + otherArticleId: '', + isOpen: 1 + }, + isEnable: 1 + } + ] + }, + { + title: '研究院党委', + list: [ + { + pic: 'https://huorantech.com/images/governance/8.png', + title: '产业促进委员会', + des: ` 产业促进委员会对理事会负责,是贯彻战略性新兴产业发展需求牵引导向,强化设施服务深圳和大湾区高新技术产业发展,加强“从0 到1”原创科技成果持续供给产业,强化科技服务经济的专门机构。 产业促进委员会主要负责根据深圳和大湾区产业需求及发展动态,挖掘、凝练高新技术产业发展的“卡脖子”技术和下一代产业发展关键技术;对研究院设施的产业需求、建设方案和性能指标进行咨询建议,参与编制设施中产业板块线站机时分配方案;收集产业用户对设施的管理运行模式、装置使用和升级需求、重点合作课题的建议和意见,为设施服务产业发展方向、研究计划、运行管理等的完善和改进提供决策参考;负责对定期举办产业用户培训进行指导,积极引导高新技术企业与研究院深度合作,促进设施服务产业经济发展。`, - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - } - ] - }, - { - title: '院长办公室', - list: [ - { - pic: 'https://huorantech.com/images/governance/8.png', - title: '产业促进委员会', - des: ` 产业促进委员会对理事会负责,是贯彻战略性新兴产业发展需求牵引导向,强化设施服务深圳和大湾区高新技术产业发展,加强“从0 到1”原创科技成果持续供给产业,强化科技服务经济的专门机构。 + link: { + linkName: '无', + connectionType: 1, + columnId: [], + articleId: '', + linkAddress: '', + site: '', + otherColumnId: [], + otherArticleId: '', + isOpen: 1 + }, + isEnable: 1 + } + ] + }, + { + title: '院长办公室', + list: [ + { + pic: 'https://huorantech.com/images/governance/8.png', + title: '产业促进委员会', + des: ` 产业促进委员会对理事会负责,是贯彻战略性新兴产业发展需求牵引导向,强化设施服务深圳和大湾区高新技术产业发展,加强“从0 到1”原创科技成果持续供给产业,强化科技服务经济的专门机构。 产业促进委员会主要负责根据深圳和大湾区产业需求及发展动态,挖掘、凝练高新技术产业发展的“卡脖子”技术和下一代产业发展关键技术;对研究院设施的产业需求、建设方案和性能指标进行咨询建议,参与编制设施中产业板块线站机时分配方案;收集产业用户对设施的管理运行模式、装置使用和升级需求、重点合作课题的建议和意见,为设施服务产业发展方向、研究计划、运行管理等的完善和改进提供决策参考;负责对定期举办产业用户培训进行指导,积极引导高新技术企业与研究院深度合作,促进设施服务产业经济发展。`, - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - } - ] - }, - { - title: '科技委员会', - list: [ - { - pic: 'https://huorantech.com/images/governance/8.png', - title: '产业促进委员会', - des: ` 产业促进委员会对理事会负责,是贯彻战略性新兴产业发展需求牵引导向,强化设施服务深圳和大湾区高新技术产业发展,加强“从0 到1”原创科技成果持续供给产业,强化科技服务经济的专门机构。 + link: { + linkName: '无', + connectionType: 1, + columnId: [], + articleId: '', + linkAddress: '', + site: '', + otherColumnId: [], + otherArticleId: '', + isOpen: 1 + }, + isEnable: 1 + } + ] + }, + { + title: '科技委员会', + list: [ + { + pic: 'https://huorantech.com/images/governance/8.png', + title: '产业促进委员会', + des: ` 产业促进委员会对理事会负责,是贯彻战略性新兴产业发展需求牵引导向,强化设施服务深圳和大湾区高新技术产业发展,加强“从0 到1”原创科技成果持续供给产业,强化科技服务经济的专门机构。 产业促进委员会主要负责根据深圳和大湾区产业需求及发展动态,挖掘、凝练高新技术产业发展的“卡脖子”技术和下一代产业发展关键技术;对研究院设施的产业需求、建设方案和性能指标进行咨询建议,参与编制设施中产业板块线站机时分配方案;收集产业用户对设施的管理运行模式、装置使用和升级需求、重点合作课题的建议和意见,为设施服务产业发展方向、研究计划、运行管理等的完善和改进提供决策参考;负责对定期举办产业用户培训进行指导,积极引导高新技术企业与研究院深度合作,促进设施服务产业经济发展。`, - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - } - ] - }, - { - title: '用户委员会', - list: [ - { - pic: 'https://huorantech.com/images/governance/8.png', - title: '产业促进委员会', - des: ` 产业促进委员会对理事会负责,是贯彻战略性新兴产业发展需求牵引导向,强化设施服务深圳和大湾区高新技术产业发展,加强“从0 到1”原创科技成果持续供给产业,强化科技服务经济的专门机构。 + link: { + linkName: '无', + connectionType: 1, + columnId: [], + articleId: '', + linkAddress: '', + site: '', + otherColumnId: [], + otherArticleId: '', + isOpen: 1 + }, + isEnable: 1 + } + ] + }, + { + title: '用户委员会', + list: [ + { + pic: 'https://huorantech.com/images/governance/8.png', + title: '产业促进委员会', + des: ` 产业促进委员会对理事会负责,是贯彻战略性新兴产业发展需求牵引导向,强化设施服务深圳和大湾区高新技术产业发展,加强“从0 到1”原创科技成果持续供给产业,强化科技服务经济的专门机构。 产业促进委员会主要负责根据深圳和大湾区产业需求及发展动态,挖掘、凝练高新技术产业发展的“卡脖子”技术和下一代产业发展关键技术;对研究院设施的产业需求、建设方案和性能指标进行咨询建议,参与编制设施中产业板块线站机时分配方案;收集产业用户对设施的管理运行模式、装置使用和升级需求、重点合作课题的建议和意见,为设施服务产业发展方向、研究计划、运行管理等的完善和改进提供决策参考;负责对定期举办产业用户培训进行指导,积极引导高新技术企业与研究院深度合作,促进设施服务产业经济发展。`, - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - } - ] - }, - { - title: '产业促进委员会', - list: [ - { - pic: 'https://huorantech.com/images/governance/8.png', - title: '产业促进委员会', - des: ` 产业促进委员会对理事会负责,是贯彻战略性新兴产业发展需求牵引导向,强化设施服务深圳和大湾区高新技术产业发展,加强“从0 到1”原创科技成果持续供给产业,强化科技服务经济的专门机构。 + link: { + linkName: '无', + connectionType: 1, + columnId: [], + articleId: '', + linkAddress: '', + site: '', + otherColumnId: [], + otherArticleId: '', + isOpen: 1 + }, + isEnable: 1 + } + ] + }, + { + title: '产业促进委员会', + list: [ + { + pic: 'https://huorantech.com/images/governance/8.png', + title: '产业促进委员会', + des: ` 产业促进委员会对理事会负责,是贯彻战略性新兴产业发展需求牵引导向,强化设施服务深圳和大湾区高新技术产业发展,加强“从0 到1”原创科技成果持续供给产业,强化科技服务经济的专门机构。 产业促进委员会主要负责根据深圳和大湾区产业需求及发展动态,挖掘、凝练高新技术产业发展的“卡脖子”技术和下一代产业发展关键技术;对研究院设施的产业需求、建设方案和性能指标进行咨询建议,参与编制设施中产业板块线站机时分配方案;收集产业用户对设施的管理运行模式、装置使用和升级需求、重点合作课题的建议和意见,为设施服务产业发展方向、研究计划、运行管理等的完善和改进提供决策参考;负责对定期举办产业用户培训进行指导,积极引导高新技术企业与研究院深度合作,促进设施服务产业经济发展。`, - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - } - ] - }, - ], + link: { + linkName: '无', + connectionType: 1, + columnId: [], + articleId: '', + linkAddress: '', + site: '', + otherColumnId: [], + otherArticleId: '', + isOpen: 1 + }, + isEnable: 1 + } + ] + }, + ], forms: [ { type: 'upload', @@ -9284,7 +9291,7 @@ export default { des: ``, isEnable: 1 }, - disableAdd: true // 禁止添加里面的list + disableAdd: true // 禁止添加里面的list }, ], org: [ @@ -9296,8 +9303,8 @@ export default { prop: 'pic', label: '图片', required: true, - width: 1912, - height: 384 + width: 1912, + height: 384 }, { type: 'input', @@ -9319,7 +9326,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -9355,8 +9362,8 @@ export default { prop: 'pic', label: '图片', required: false, - width: 1242, - height: 1012 + width: 1242, + height: 1012 }, ], form: { @@ -9373,8 +9380,8 @@ export default { prop: 'pic', label: '图片', required: true, - width: 1912, - height: 384 + width: 1912, + height: 384 }, { type: 'input', @@ -9396,7 +9403,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -9470,8 +9477,8 @@ export default { prop: 'pic', label: '图片', required: true, - width: 1912, - height: 384 + width: 1912, + height: 384 }, { type: 'input', @@ -9493,7 +9500,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -9504,13 +9511,13 @@ export default { { type: 'form', forms: [ - { + { type: 'upload', prop: 'pic', label: '图片', required: true, - width: 660, - height: 492 + width: 660, + height: 492 }, { type: 'editor', @@ -9537,7 +9544,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -9554,8 +9561,8 @@ export default { prop: 'pic', label: '图片', required: true, - width: 1320, - height: 467 + width: 1320, + height: 467 }, { type: 'editor', @@ -9582,7 +9589,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -9599,8 +9606,8 @@ export default { prop: 'pic', label: '图片', required: true, - width: 1320, - height: 467 + width: 1320, + height: 467 }, { type: 'editor', @@ -9627,7 +9634,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -9637,7 +9644,7 @@ export default { } }, - { + { type: 'form', forms: [ { @@ -9665,13 +9672,13 @@ export default { ], form: { title: '发展大事记', - subTitle: 'DEVELOPMENT HISTORY', + subTitle: 'DEVELOPMENT HISTORY', link: { linkName: '无', connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -9688,8 +9695,8 @@ export default { prop: 'pic', label: '图片', required: true, - width: 426, - height: 396 + width: 426, + height: 396 }, { type: 'input', @@ -9716,7 +9723,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -9733,8 +9740,8 @@ export default { prop: 'pic', label: '图片', required: true, - width: 426, - height: 396 + width: 426, + height: 396 }, { type: 'input', @@ -9761,7 +9768,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -9778,8 +9785,8 @@ export default { prop: 'pic', label: '图片', required: true, - width: 426, - height: 396 + width: 426, + height: 396 }, { type: 'input', @@ -9806,7 +9813,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -9853,43 +9860,43 @@ export default { }, ], form: { - pic: '', + pic: '', title: '', isEnable: 1, }, list: [ { - pic: 'https://huorantech.com/images/overview/7.png', + pic: 'https://huorantech.com/images/overview/7.png', title: '公益性科研事业单位、新型研发机构、重大科技基础设施法人单位。', isEnable: 1 }, { - pic: 'https://huorantech.com/images/overview/8.png', + pic: 'https://huorantech.com/images/overview/8.png', title: '实行理事会领导下的院长负责制,市场化、国际化、法制化下实行企业化运营。', isEnable: 1 }, { - pic: 'https://huorantech.com/images/overview/9.png', + pic: 'https://huorantech.com/images/overview/9.png', title: '承担重大科技基础设施全生命周期的规划、设计、建设、运营任务。', isEnable: 1 }, { - pic: 'https://huorantech.com/images/overview/10.png', + pic: 'https://huorantech.com/images/overview/10.png', title: '聚焦服务粤港澳大湾区科学研究和高新技术产业发展需要。', isEnable: 1 }, { - pic: 'https://huorantech.com/images/overview/11.png', + pic: 'https://huorantech.com/images/overview/11.png', title: ' 位置:深圳北部光明科学城的大装置集群核心区。', isEnable: 1 }, { - pic: 'https://huorantech.com/images/overview/12.png', + pic: 'https://huorantech.com/images/overview/12.png', title: '距离:光明高铁站(6km), 松山湖科学城(10km) 深圳大学城(21km),深圳机场(23km),皇岗口岸(32km)。', isEnable: 1 }, { - pic: 'https://huorantech.com/images/overview/13.png', + pic: 'https://huorantech.com/images/overview/13.png', title: '成立日期,2020年5月13日。', isEnable: 1 }, @@ -9963,8 +9970,8 @@ export default { prop: 'pic', label: '图片', required: true, - width: 933, - height: 836 + width: 933, + height: 836 }, ], form: { @@ -9981,8 +9988,8 @@ export default { prop: 'pic', label: '图片', required: true, - width: 1912, - height: 384 + width: 1912, + height: 384 }, { type: 'input', @@ -10004,7 +10011,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -10026,8 +10033,8 @@ export default { prop: 'pic', label: '图片', required: true, - width: 1200, - height: 400 + width: 1200, + height: 400 }, { type: 'link', @@ -10048,7 +10055,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -10076,8 +10083,8 @@ export default { prop: 'pic', label: '图片', required: true, - width: 1200, - height: 400 + width: 1200, + height: 400 }, { type: 'link', @@ -10098,7 +10105,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -10156,7 +10163,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -10174,7 +10181,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -10191,7 +10198,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -10212,8 +10219,8 @@ export default { prop: 'pic', label: '图片', required: true, - width: 1912, - height: 384 + width: 1912, + height: 384 }, { type: 'input', @@ -10240,7 +10247,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -10257,8 +10264,8 @@ export default { prop: 'pic', label: '图片', required: true, - width: 1200, - height: 559 + width: 1200, + height: 559 }, { type: 'editor', @@ -10277,7 +10284,7 @@ export default { label: '描述' } ], - form: { + form: { pic: 'https://huorantech.com/images/home/3.png', title: '深圳自由电子激光 ', link: { @@ -10285,7 +10292,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -10302,8 +10309,8 @@ export default { prop: 'pic', label: '图片', required: true, - width: 1200, - height: 559 + width: 1200, + height: 559 }, { type: 'editor', @@ -10330,7 +10337,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -10367,7 +10374,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -10407,7 +10414,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -10423,8 +10430,8 @@ export default { prop: 'pic', label: '图片', required: true, - width: 560, - height: 500 + width: 560, + height: 500 }, { type: 'editor', @@ -10451,7 +10458,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -10468,8 +10475,8 @@ export default { prop: 'pic', label: '图片', required: true, - width: 600, - height: 450 + width: 600, + height: 450 }, { type: 'editor', @@ -10520,8 +10527,8 @@ export default { prop: 'pic', label: '图片', required: true, - width: 576, - height: 423 + width: 576, + height: 423 }, { type: 'editor', @@ -10548,7 +10555,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -10565,8 +10572,8 @@ export default { prop: 'pic', label: '图片', required: true, - width: 576, - height: 423 + width: 576, + height: 423 }, { type: 'editor', @@ -10593,7 +10600,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -10603,7 +10610,7 @@ export default { } }, - { + { type: 'form', forms: [ { @@ -10645,7 +10652,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -10660,7 +10667,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -10674,7 +10681,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -10688,7 +10695,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -10702,7 +10709,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -10716,7 +10723,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -10730,7 +10737,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -10744,7 +10751,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -10758,7 +10765,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -10772,7 +10779,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -10786,14 +10793,14 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', isOpen: 1 }, }, - + { title: '新能源', link: { @@ -10801,7 +10808,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -10815,7 +10822,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -10829,7 +10836,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -10843,7 +10850,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -10857,7 +10864,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -10871,7 +10878,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -10880,7 +10887,7 @@ export default { }, ] }, - { + { type: 'form', forms: [ { @@ -10900,7 +10907,7 @@ export default { des: '支撑大湾区综合性国家科学中心建设的公益性科研事业单位' } }, - { + { type: 'column', form: { site: '', @@ -10920,8 +10927,8 @@ export default { prop: 'pic', label: '图片', required: true, - width: 1912, - height: 384 + width: 1912, + height: 384 }, { type: 'input', @@ -10943,7 +10950,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -10971,8 +10978,8 @@ export default { prop: 'pic', label: '图片', required: true, - width: 1912, - height: 384 + width: 1912, + height: 384 }, { type: 'input', @@ -10994,7 +11001,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -11010,8 +11017,8 @@ export default { prop: 'pic', label: '图片', required: true, - width: 474, - height: 474 + width: 474, + height: 474 }, { type: 'editor', @@ -11065,8 +11072,8 @@ export default { prop: 'pic', label: '图片', required: true, - width: 1912, - height: 384 + width: 1912, + height: 384 }, { type: 'input', @@ -11088,7 +11095,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -11126,8 +11133,8 @@ export default { prop: 'pic', label: '图片', required: true, - width: 985, - height: 474 + width: 985, + height: 474 }, { type: 'input', @@ -11155,7 +11162,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -11171,8 +11178,8 @@ export default { prop: 'pic', label: '图片', required: true, - width: 985, - height: 474 + width: 985, + height: 474 }, { type: 'input', @@ -11200,7 +11207,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -11208,7 +11215,7 @@ export default { } } }, - { + { type: 'introduce', forms: [ { @@ -11230,31 +11237,31 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', isOpen: 1 } }, - list: [ - { - title: '人才中心', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - } - ], - }, - { + list: [ + { + title: '人才中心', + link: { + linkName: '无', + connectionType: 1, + columnId: [], + articleId: '', + linkAddress: '', + site: '', + otherColumnId: [], + otherArticleId: '', + isOpen: 1 + } + } + ], + }, + { type: 'column', form: { site: '', @@ -11274,8 +11281,8 @@ export default { prop: 'pic', label: '图片', required: true, - width: 1912, - height: 384 + width: 1912, + height: 384 }, { type: 'input', @@ -11297,7 +11304,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -11305,7 +11312,7 @@ export default { } } }, - { + { type: 'form', forms: [ { @@ -11380,9 +11387,9 @@ export default { list: [ { dep: '', - contacts: '', - phone: '', - email: '', + contacts: '', + phone: '', + email: '', isEnable: 1 } ] @@ -11397,8 +11404,8 @@ export default { prop: 'pic', label: '图片', required: true, - width: 1912, - height: 384 + width: 1912, + height: 384 }, { type: 'input', @@ -11420,7 +11427,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -11447,8 +11454,8 @@ export default { prop: 'pic', label: '图片', required: true, - width: 1200, - height: 536 + width: 1200, + height: 536 }, ], form: { @@ -11460,7 +11467,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -11543,7 +11550,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -11561,32 +11568,32 @@ export default { }, list: [ { - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, + link: { + linkName: '无', + connectionType: 1, + columnId: [], + articleId: '', + linkAddress: '', + site: '', + otherColumnId: [], + otherArticleId: '', + isOpen: 1 + }, name: '', - country: '', - gev: '', - storage: '', - stations: '', - intergenerational: '', - emittance: '', - status: '', - time: '', + country: '', + gev: '', + storage: '', + stations: '', + intergenerational: '', + emittance: '', + status: '', + time: '', isEnable: 1, } ], - labelWidth: '120px', - dialogWidth: '1200px', - sort: true + labelWidth: '120px', + dialogWidth: '1200px', + sort: true }, { type: 'introduce', @@ -11664,17 +11671,17 @@ export default { }, ], form: { - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, + link: { + linkName: '无', + connectionType: 1, + columnId: [], + articleId: '', + linkAddress: '', + site: '', + otherColumnId: [], + otherArticleId: '', + isOpen: 1 + }, name: '', country: '', address: '', @@ -11689,35 +11696,35 @@ export default { }, list: [ { - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, + link: { + linkName: '无', + connectionType: 1, + columnId: [], + articleId: '', + linkAddress: '', + site: '', + otherColumnId: [], + otherArticleId: '', + isOpen: 1 + }, name: '', - country: '', - address: '', - accelerator: '', - gev: '', - wavelength: '', - repetitive: '', - facility: '', - stations: '', - status: '', - time: '', - status: '', + country: '', + address: '', + accelerator: '', + gev: '', + wavelength: '', + repetitive: '', + facility: '', + stations: '', + status: '', + time: '', + status: '', } ], - labelWidth: '120px', - sort: true + labelWidth: '120px', + sort: true }, - { + { type: 'form', forms: [ { @@ -11740,8 +11747,8 @@ export default { prop: 'pic', label: '图片', required: true, - width: 1912, - height: 384 + width: 1912, + height: 384 }, { type: 'input', @@ -11763,7 +11770,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -11779,8 +11786,8 @@ export default { prop: 'pic', label: '图片', required: true, - width: 224, - height: 268 + width: 224, + height: 268 }, { type: 'input', @@ -11813,76 +11820,76 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', isOpen: 1 }, - des: '', - isEnable: 1 + des: '', + isEnable: 1 }, list: [ { pic: 'https://huorantech.com/images/team/2.png', - title: '孙冬柏', - subTitle: '院长/深圳产业光源项目总经理', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: `孙冬柏作为院领导,负责组织制定研究院的战略规划与实施监督,分管人才队伍建设、财务管理等方面工作,同时作为总指挥、总负责人,主持建设深圳产业光源项目。孙冬柏曾任中山大学常务副校长,层主持建设了“十一五”国家重大科技基础设施“重大工程材料服役安全研究评价设施”暨国家材料服役安全科学中心;担任分总体负责人,负责研制建设了“十二五”国家重大科技基础设施“高能同步辐射光源验证装置”—工程材料线站。`, + title: '孙冬柏', + subTitle: '院长/深圳产业光源项目总经理', + link: { + linkName: '无', + connectionType: 1, + columnId: [], + articleId: '', + linkAddress: '', + site: '', + otherColumnId: [], + otherArticleId: '', + isOpen: 1 + }, + des: `孙冬柏作为院领导,负责组织制定研究院的战略规划与实施监督,分管人才队伍建设、财务管理等方面工作,同时作为总指挥、总负责人,主持建设深圳产业光源项目。孙冬柏曾任中山大学常务副校长,层主持建设了“十一五”国家重大科技基础设施“重大工程材料服役安全研究评价设施”暨国家材料服役安全科学中心;担任分总体负责人,负责研制建设了“十二五”国家重大科技基础设施“高能同步辐射光源验证装置”—工程材料线站。`, isEnable: 1 }, { pic: 'https://huorantech.com/images/team/3.png', - title: '谭茂芹', - subTitle: '党委书记/行政副院长', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: `谭茂芹作为院领导,负责组织制定研究院的战略规划与实施监督,分管人才队伍建设、财务管理等方面工作,同时作为总指挥、总负责人,主持建设深圳产业光源项目。孙冬柏曾任中山大学常务副校长,层主持建设了“十一五”国家重大科技基础设施“重大工程材料服役安全研究评价设施”暨国家材料服役安全科学中心;担任分总体负责人,负责研制建设了“十二五”国家重大科技基础设施“高能同步辐射光源验证装置”—工程材料线站。`, + title: '谭茂芹', + subTitle: '党委书记/行政副院长', + link: { + linkName: '无', + connectionType: 1, + columnId: [], + articleId: '', + linkAddress: '', + site: '', + otherColumnId: [], + otherArticleId: '', + isOpen: 1 + }, + des: `谭茂芹作为院领导,负责组织制定研究院的战略规划与实施监督,分管人才队伍建设、财务管理等方面工作,同时作为总指挥、总负责人,主持建设深圳产业光源项目。孙冬柏曾任中山大学常务副校长,层主持建设了“十一五”国家重大科技基础设施“重大工程材料服役安全研究评价设施”暨国家材料服役安全科学中心;担任分总体负责人,负责研制建设了“十二五”国家重大科技基础设施“高能同步辐射光源验证装置”—工程材料线站。`, isEnable: 1 }, { pic: 'https://huorantech.com/images/team/4.png', - title: '杨学明', - subTitle: '副院长/深圳自由电子激光项目总经理', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: `杨学明作为院领导,负责组织制定研究院的战略规划与实施监督,分管人才队伍建设、财务管理等方面工作,同时作为总指挥、总负责人,主持建设深圳产业光源项目。孙冬柏曾任中山大学常务副校长,层主持建设了“十一五”国家重大科技基础设施“重大工程材料服役安全研究评价设施”暨国家材料服役安全科学中心;担任分总体负责人,负责研制建设了“十二五”国家重大科技基础设施“高能同步辐射光源验证装置”—工程材料线站。`, + title: '杨学明', + subTitle: '副院长/深圳自由电子激光项目总经理', + link: { + linkName: '无', + connectionType: 1, + columnId: [], + articleId: '', + linkAddress: '', + site: '', + otherColumnId: [], + otherArticleId: '', + isOpen: 1 + }, + des: `杨学明作为院领导,负责组织制定研究院的战略规划与实施监督,分管人才队伍建设、财务管理等方面工作,同时作为总指挥、总负责人,主持建设深圳产业光源项目。孙冬柏曾任中山大学常务副校长,层主持建设了“十一五”国家重大科技基础设施“重大工程材料服役安全研究评价设施”暨国家材料服役安全科学中心;担任分总体负责人,负责研制建设了“十二五”国家重大科技基础设施“高能同步辐射光源验证装置”—工程材料线站。`, isEnable: 1 } ], - dialogWidth: '1200px', + dialogWidth: '1200px', }, ], iasf: [ - { + { type: 'introduce', forms: [ { @@ -11890,8 +11897,8 @@ export default { prop: 'pic', label: '图片', required: true, - width: 1912, - height: 941 + width: 1912, + height: 941 }, { type: 'input', @@ -11918,7 +11925,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -11929,70 +11936,70 @@ export default { list: [ { pic: 'https://huorantech.com/images/iasf/banner1.png', - title: '粤港澳科技与产业合作典范', - des: '——为大湾区打造具有全球影响力的产业科技创新中心贡献关键支撑', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, + title: '粤港澳科技与产业合作典范', + des: '——为大湾区打造具有全球影响力的产业科技创新中心贡献关键支撑', + link: { + linkName: '无', + connectionType: 1, + columnId: [], + articleId: '', + linkAddress: '', + site: '', + otherColumnId: [], + otherArticleId: '', + isOpen: 1 + }, isEnable: 1 }, { pic: 'https://huorantech.com/images/iasf/banner2.png', - title: '聚焦高质量发展首要任务', - des: '——抓住新一轮科技革命和产业变革机遇,以大科学装置释放的创新动能驱动引领高质量发展', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, + title: '聚焦高质量发展首要任务', + des: '——抓住新一轮科技革命和产业变革机遇,以大科学装置释放的创新动能驱动引领高质量发展', + link: { + linkName: '无', + connectionType: 1, + columnId: [], + articleId: '', + linkAddress: '', + site: '', + otherColumnId: [], + otherArticleId: '', + isOpen: 1 + }, isEnable: 1 }, { pic: 'https://huorantech.com/images/iasf/banner3.png', - title: '开放合作共同应对时代挑战', - des: '——坚持开放合作的设施建设理念,携手推动科学技术更好造福人类。', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, + title: '开放合作共同应对时代挑战', + des: '——坚持开放合作的设施建设理念,携手推动科学技术更好造福人类。', + link: { + linkName: '无', + connectionType: 1, + columnId: [], + articleId: '', + linkAddress: '', + site: '', + otherColumnId: [], + otherArticleId: '', + isOpen: 1 + }, isEnable: 1 }, { pic: 'https://huorantech.com/images/iasf/banner4.png', - title: '敢闯敢试、敢为人先、埋头苦干', - des: '——秉承“特区精神”勇攀高峰、勇立潮头,无愧深圳“先行示范”的历史使命', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, + title: '敢闯敢试、敢为人先、埋头苦干', + des: '——秉承“特区精神”勇攀高峰、勇立潮头,无愧深圳“先行示范”的历史使命', + link: { + linkName: '无', + connectionType: 1, + columnId: [], + articleId: '', + linkAddress: '', + site: '', + otherColumnId: [], + otherArticleId: '', + isOpen: 1 + }, isEnable: 1 }, ] @@ -12026,8 +12033,8 @@ export default { prop: 'pic', label: '图片', required: true, - width: 690, - height: 488 + width: 690, + height: 488 }, { type: 'input', @@ -12054,7 +12061,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -12071,8 +12078,8 @@ export default { prop: 'pic', label: '图片', required: true, - width: 690, - height: 488 + width: 690, + height: 488 }, { type: 'input', @@ -12099,7 +12106,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -12169,7 +12176,7 @@ export default { } }, - + { type: 'form', forms: [ @@ -12220,7 +12227,7 @@ export default { des: `支撑大湾区综合性国家科学中心建设的公益性科研事业单位` } }, - + { type: 'form', forms: [ @@ -12229,8 +12236,8 @@ export default { prop: 'pic', label: '图片', required: true, - width: 600, - height: 465 + width: 600, + height: 465 }, { type: 'input', @@ -12267,7 +12274,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -12283,8 +12290,8 @@ export default { prop: 'pic', label: '图片', required: true, - width: 744, - height: 657 + width: 744, + height: 657 }, { type: 'input', @@ -12313,7 +12320,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -12330,8 +12337,8 @@ export default { prop: 'pic', label: '图标', required: true, - width: 98, - height: 98 + width: 98, + height: 98 }, { type: 'input', @@ -12353,7 +12360,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -12369,8 +12376,8 @@ export default { prop: 'pic', label: '图标', required: true, - width: 98, - height: 98 + width: 98, + height: 98 }, { type: 'input', @@ -12392,7 +12399,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -12408,8 +12415,8 @@ export default { prop: 'pic', label: '图标', required: true, - width: 98, - height: 98 + width: 98, + height: 98 }, { type: 'input', @@ -12431,7 +12438,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -12447,8 +12454,8 @@ export default { prop: 'pic', label: '图标', required: true, - width: 98, - height: 98 + width: 98, + height: 98 }, { type: 'input', @@ -12470,7 +12477,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -12486,8 +12493,8 @@ export default { prop: 'pic', label: '图标', required: true, - width: 98, - height: 98 + width: 98, + height: 98 }, { type: 'input', @@ -12509,7 +12516,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -12517,7 +12524,7 @@ export default { } } }, - { + { type: 'introduce', forms: [ { @@ -12539,7 +12546,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -12555,7 +12562,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -12570,7 +12577,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -12585,7 +12592,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', @@ -12600,7 +12607,7 @@ export default { connectionType: 1, columnId: [], articleId: '', - linkAddress : '', + linkAddress: '', site: '', otherColumnId: [], otherArticleId: '', diff --git a/src/mixins/page/index.js b/src/mixins/page/index.js index 41a71ae..84c1cdd 100644 --- a/src/mixins/page/index.js +++ b/src/mixins/page/index.js @@ -3,7 +3,7 @@ import Setting from '@/setting' import Util from '@/libs/util' import { Loading } from 'element-ui' export default { - data() { + data () { return { userId: +this.$store.state.user.userId, site: this.$store.state.content.site, @@ -23,7 +23,7 @@ export default { Module, }, // 页面离开的时候如果没有保存则提示 - beforeRouteLeave(to, from, next) { + beforeRouteLeave (to, from, next) { // 更改了信息才需要提示 if (!this.pass && this.modules.length && this.originModules !== JSON.stringify(this.modules)) { this.$confirm(`所填写内容暂未保存,是否保存?`, '提示', { @@ -38,12 +38,12 @@ export default { next() } }, - mounted() { + mounted () { this.getInfo() }, methods: { // 获取详情 - getInfo() { + getInfo () { const siteId = this.$store.state.content.site.id this.modules.map(e => { const { type, list, form } = e @@ -73,8 +73,8 @@ export default { const list = JSON.parse(str) this.modules.map((e, i) => { - e.form = list[i].form - if (list[i].list) e.list = list[i].list + e.form = list[i].form + if (list[i].list) e.list = list[i].list if (this.withOriginForm.includes(e.type) && !e.originForm) { e.originForm = modules[i].originForm } @@ -82,10 +82,10 @@ export default { this.originModules = JSON.stringify(this.modules) // 原始json,用以页面离开的时候判断是否需要提示保存 console.log("🚀 ~ file: index.js:85 ~ this.$post ~ list:", this.modules) } - }).catch(err => {}) + }).catch(err => { }) }, // 展开模块设置 - toSet(i, listIndex) { + toSet (i, listIndex) { this.curModule = i this.curData = JSON.parse(JSON.stringify(this.modules[i])) @@ -97,7 +97,7 @@ export default { this.diaVisible = true }, // 模块设置提交 - moduleSubmited() { + moduleSubmited () { this.diaVisible = false const { type } = this.curData if (type === 'columns' || type === 'forms') { @@ -109,7 +109,7 @@ export default { } }, // 模块设置提交验证 - moduleSubmit() { + moduleSubmit () { const formEle = this.$refs.module.$refs.form // 有表单的要验证必填,没有的直接关闭弹框 if (formEle) { @@ -121,11 +121,11 @@ export default { } }, // 处理预览和保存的json - handleJson() { + handleJson () { return JSON.stringify(this.modules) }, // 预览 - preview() { + preview () { const load = Loading.service() this.$post(this.api.saveRedisPage, { columnId: this.columnId, @@ -138,7 +138,7 @@ export default { }) }, // 保存 - save(state, leave) { + save (state, leave) { const json = this.handleJson() const data = { id: this.id, @@ -152,12 +152,12 @@ export default { if (state) data.theEditedJson = json this.$post(this.api[this.id ? 'updatePage' : 'savePage'], data).then(res => { this.originModules = json - Util.successMsg((state ? '发布' : '保存') + '成功') + Util.successMsg((state ? '发布' : '保存') + '成功') leave || this.$router.back() - }).catch(err => {}) + }).catch(err => { }) }, // 返回 - back() { + back () { this.pass = true // 更改了信息才需要提示 if (this.originModules !== JSON.stringify(this.modules)) { diff --git a/src/pages/article/add/editor.js b/src/pages/article/add/editor.js index f98e146..36e6fd1 100644 --- a/src/pages/article/add/editor.js +++ b/src/pages/article/add/editor.js @@ -4,10 +4,10 @@ import Setting from '@/setting' import Util from '@/libs/util' export default { //skin:'oxide-dark', - language:'zh_CN', + language: 'zh_CN', language_url: './styles/tinymce/langs/zh_CN.js', - plugins: 'print powerpaste preview searchreplace autolink directionality visualblocks visualchars fullscreen image link media template advcode codesample table charmap hr pagebreak nonbreaking anchor insertdatetime advlist lists wordcount imagetools textpattern help emoticons autosave autoresize formatpainter', - toolbar: 'code undo redo restoredraft | cut copy powerpaste pastetext | forecolor backcolor headings fontsize lineHeight bold italic underline strikethrough link anchor | alignleft aligncenter alignright alignjustify | \ + plugins: 'print preview searchreplace autolink directionality visualblocks visualchars fullscreen image link media template codesample table charmap hr pagebreak nonbreaking anchor insertdatetime advlist lists wordcount imagetools textpattern help emoticons autosave autoresize formatpainter', + toolbar: 'code undo redo restoredraft | cut copy pastetext | forecolor backcolor headings fontsize lineHeight bold italic underline strikethrough link anchor | alignleft aligncenter alignright alignjustify | \ styleselect fontselect fontsizeselect | bullist numlist | blockquote subscript superscript removeformat | \ table image media charmap emoticons hr pagebreak insertdatetime print preview | fullscreen | indent2em formatpainter', style_formats: [ @@ -22,40 +22,40 @@ export default { { title: '行高', items: [{ - title: '1', - styles: { - 'line-height': '1' - }, - inline: 'span' + title: '1', + styles: { + 'line-height': '1' }, - { - title: '1.5', - styles: { - 'line-height': '1.5' - }, - inline: 'span' + inline: 'span' + }, + { + title: '1.5', + styles: { + 'line-height': '1.5' }, - { - title: '2', - styles: { - 'line-height': '2' - }, - inline: 'span' + inline: 'span' + }, + { + title: '2', + styles: { + 'line-height': '2' }, - { - title: '2.5', - styles: { - 'line-height': '2.5' - }, - inline: 'span' + inline: 'span' + }, + { + title: '2.5', + styles: { + 'line-height': '2.5' }, - { - title: '3', - styles: { - 'line-height': '3' - }, - inline: 'span' - } + inline: 'span' + }, + { + title: '3', + styles: { + 'line-height': '3' + }, + inline: 'span' + } ] }, //默认的配置 @@ -188,33 +188,34 @@ export default { fontsize_formats: '12px 14px 16px 19px 24px 36px 48px 56px 72px', font_formats: '苹果苹方=PingFang SC,Microsoft YaHei,sans-serif;宋体=simsun,serif;微软雅黑=Microsoft YaHei,Helvetica Neue,PingFang SC,sans-serif;仿宋体=FangSong,serif;黑体=SimHei,sans-serif;Arial=arial,helvetica,sans-serif;Arial Black=arial black,avant garde;Book Antiqua=book antiqua,palatino;Comic Sans MS=comic sans ms,sans-serif;Courier New=courier new,courier;Georgia=georgia,palatino;Helvetica=helvetica;Impact=impact,chicago;Symbol=symbol;Tahoma=tahoma,arial,helvetica,sans-serif;Terminal=terminal,monaco;Times New Roman=times new roman,times;Verdana=verdana,geneva;Webdings=webdings;Wingdings=wingdings,zapf dingbats;知乎配置=BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;小米配置=Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif', link_list: [ - { title: '预置链接1', value: 'http://www.tinymce.com' }, - { title: '预置链接2', value: 'http://tinymce.ax-z.cn' } + { title: '预置链接1', value: 'http://www.tinymce.com' }, + { title: '预置链接2', value: 'http://tinymce.ax-z.cn' } ], image_list: [ - { title: '预置图片1', value: 'https://www.tiny.cloud/images/glyph-tinymce@2x.png' }, - { title: '预置图片2', value: 'https://www.baidu.com/img/bd_logo1.png' } + { title: '预置图片1', value: 'https://www.tiny.cloud/images/glyph-tinymce@2x.png' }, + { title: '预置图片2', value: 'https://www.baidu.com/img/bd_logo1.png' } ], image_class_list: [ - { title: 'None', value: '' }, - { title: 'Some class', value: 'class-name' } + { title: 'None', value: '' }, + { title: 'Some class', value: 'class-name' } ], //importcss_append: true, //自定义文件选择器的回调内容 file_picker_callback: function (callback, value, meta) { - if (meta.filetype === 'file') { - callback('https://www.baidu.com/img/bd_logo1.png', { text: 'My text' }); - } - if (meta.filetype === 'image') { - callback('https://www.baidu.com/img/bd_logo1.png', { alt: 'My alt text' }); - } - if (meta.filetype === 'media') { - callback('movie.mp4', { source2: 'alt.ogg', poster: 'https://www.baidu.com/img/bd_logo1.png' }); - } + if (meta.filetype === 'file') { + callback('https://www.baidu.com/img/bd_logo1.png', { text: 'My text' }); + } + if (meta.filetype === 'image') { + callback('https://www.baidu.com/img/bd_logo1.png', { alt: 'My alt text' }); + } + if (meta.filetype === 'media') { + callback('movie.mp4', { source2: 'alt.ogg', poster: 'https://www.baidu.com/img/bd_logo1.png' }); + } }, //为内容模板插件提供预置模板 templates: [ - { title: '中文文章模板1', description: '图片文字流', content: ` + { + title: '中文文章模板1', description: '图片文字流', content: `
@@ -237,9 +238,10 @@ export default {
- ` - }, - { title: '英文文章模板1', description: '图片文字流', content: ` + ` + }, + { + title: '英文文章模板1', description: '图片文字流', content: `
@@ -256,9 +258,10 @@ export default {
- ` - }, - { title: '新闻模板', description: '', content: ` + ` + }, + { + title: '新闻模板', description: '', content: `
@@ -286,9 +289,10 @@ export default {
- ` - }, - { title: '图片描述', description: '', content: ` + ` + }, + { + title: '图片描述', description: '', content: `
@@ -297,9 +301,10 @@ export default {
- ` - }, - { title: '人物详情', description: '', content: ` + ` + }, + { + title: '人物详情', description: '', content: `
@@ -374,8 +379,8 @@ export default {
- ` - } + ` + } ], // content_security_policy: "https://cdn.tiny.cloud/1/rnk6zw9v267xqz7pf98twt1vmrvltmd436je7a642pckltda/tinymce/6/tinymce.min.js", // extended_valid_elements:'script[src]', @@ -383,7 +388,7 @@ export default { // template_cdate_format: '[CDATE: %m/%d/%Y : %H:%M:%S]', // template_mdate_format: '[MDATE: %m/%d/%Y : %H:%M:%S]', // autosave_ask_before_unload: false, - toolbar_mode : 'wrap', + toolbar_mode: 'wrap', // automatic_uploads: true, // images_upload_base_path: '/demo', // images_upload_url: 'http://139.159.254.212:10000/iasf/sysFiles/upload', @@ -395,17 +400,17 @@ export default { images_upload_handler: function (blobInfo, succFun, failFun) { const form = new FormData() form.append('file', blobInfo.blob()), - Axios({ - method: 'post', - url: Api.upload, - data: form, - headers: { - 'Content-Type': 'multipart/form-data', - token: Util.local.get(Setting.tokenKey) - }, - }).then(({ data }) => { - succFun(data.url) - }).catch(res => {}) + Axios({ + method: 'post', + url: Api.upload, + data: form, + headers: { + 'Content-Type': 'multipart/form-data', + token: Util.local.get(Setting.tokenKey) + }, + }).then(({ data }) => { + succFun(data.url) + }).catch(res => { }) }, //自定义文件选择器的回调内容 此方法只有在点击上方图片按钮才会触发 file_picker_callback: function (callback, value, meta) { @@ -421,7 +426,7 @@ export default { let input = document.createElement('input');//创建一个隐藏的input input.setAttribute('type', 'file'); input.setAttribute("accept", ".mp4"); - input.onchange = function(){ + input.onchange = function () { let file = this.files[0]; let fd = new FormData(); fd.append("file", file); @@ -435,16 +440,16 @@ export default { }, }).then(({ data }) => { callback(data.url) - }).catch(res => {}) + }).catch(res => { }) } //触发点击 input.click(); } }, // 初始化事件 - setup: function(editor) { + setup: function (editor) { const that = this - editor.on('init', function(ed) { + editor.on('init', function (ed) { // 设置默认字体(新增才需要设置) if (editor.iframeElement.contentWindow.document.body.innerText === '\n') { ed.target.editorCommands.execCommand("fontName", false, "Microsoft Yahei") diff --git a/src/pages/article/add/index.vue b/src/pages/article/add/index.vue index ca4daea..14d880c 100644 --- a/src/pages/article/add/index.vue +++ b/src/pages/article/add/index.vue @@ -1,159 +1,90 @@