diff --git a/src/assets/images/userSharing/1.png b/src/assets/images/userSharing/1.png new file mode 100644 index 0000000..cb8452f Binary files /dev/null and b/src/assets/images/userSharing/1.png differ diff --git a/src/assets/images/userSharing/2.png b/src/assets/images/userSharing/2.png new file mode 100644 index 0000000..47564e2 Binary files /dev/null and b/src/assets/images/userSharing/2.png differ diff --git a/src/assets/images/userSharing/3.png b/src/assets/images/userSharing/3.png new file mode 100644 index 0000000..07bc903 Binary files /dev/null and b/src/assets/images/userSharing/3.png differ diff --git a/src/assets/images/userSharing/4.png b/src/assets/images/userSharing/4.png new file mode 100644 index 0000000..e1215df Binary files /dev/null and b/src/assets/images/userSharing/4.png differ diff --git a/src/const/modules.js b/src/const/modules.js index e2153bb..3788e67 100644 --- a/src/const/modules.js +++ b/src/const/modules.js @@ -4004,4 +4004,185 @@ export default { } }, ], + userSharing: [ + { + type: 'introduce', + forms: [ + { + type: 'upload', + prop: 'pic', + label: '图片', + required: true, + crop: false + }, + { + type: 'input', + prop: 'title', + label: '标题', + required: true + }, + { + type: 'link', + prop: 'link', + label: '链接' + } + ], + form: { + pic: '', + title: '', + link: { + linkName: '无', + connectionType: 1, + columnId: [], + articleId: '', + linkAddress : '', + site: '', + otherColumnId: [], + otherArticleId: '', + isOpen: 1 + }, + isEnable: 1 + }, + list: [ + { + pic: 'http://10.10.11.7/images/talent/1.png', + title: 'EDUCATION & COLLABORATION', + link: { + linkName: '无', + connectionType: 1, + columnId: [], + articleId: '', + linkAddress : '', + site: '', + otherColumnId: [], + otherArticleId: '', + isOpen: 1 + }, + isEnable: 1 + } + ] + }, + { + type: 'form', + forms: [ + { + type: 'textarea', + prop: 'des', + label: '描述' + } + ], + form: { + des: `S³FEL是由深圳市政府投资建设的新一代自由电子激光大科学装置,将成为世界上顶级的先进光源大科学装置,是支撑深圳社会主义先行示范区和大湾区综合性国家科学中心建设的大型公共科技创新平台,对提升我国的科技影响力、集聚顶尖科技人才、推动科技创新具有非常重要的意义。 S³FEL以“高效运行、分类开放”为共享理念,向全世界科技界实行开放共享,促进信息、材料、能源、生物化学等多个基础科学领域的极速发展。` + } + }, + { + type: 'form', + forms: [ + { + type: 'input', + prop: 'title', + label: '标题', + required: true + }, + { + type: 'link', + prop: 'link', + label: '链接' + }, + { + type: 'textarea', + prop: 'des', + label: '描述' + } + ], + form: { + title: '机时申请', + link: { + linkName: '无', + connectionType: 1, + columnId: [], + articleId: '', + linkAddress : '', + site: '', + otherColumnId: [], + otherArticleId: '', + isOpen: 1 + }, + des: `向全世界科技界实行开放共享,多个基础科学领域的极速发展。 + ` + } + }, + { + type: 'form', + forms: [ + { + type: 'input', + prop: 'title', + label: '标题', + required: true + }, + { + type: 'link', + prop: 'link', + label: '链接' + }, + { + type: 'textarea', + prop: 'des', + label: '描述' + } + ], + form: { + title: '实时运行动态', + link: { + linkName: '无', + connectionType: 1, + columnId: [], + articleId: '', + linkAddress : '', + site: '', + otherColumnId: [], + otherArticleId: '', + isOpen: 1 + }, + des: `促进信息、材料、能源、生物、环境、化学等多个基础科学领域的极速发展。 ` + } + }, + { + type: 'form', + forms: [ + { + type: 'input', + prop: 'title', + label: '标题', + required: true + }, + { + type: 'link', + prop: 'link', + label: '链接' + }, + { + type: 'textarea', + prop: 'des', + label: '描述' + } + ], + form: { + title: '用户常见问题', + link: { + linkName: '无', + connectionType: 1, + columnId: [], + articleId: '', + linkAddress : '', + site: '', + otherColumnId: [], + otherArticleId: '', + isOpen: 1 + }, + des: `常见问题答案,也能提问由深圳市政府投资建设的新一代自由` + } + }, + ], } \ No newline at end of file diff --git a/src/mixins/page/index.js b/src/mixins/page/index.js index a1a677b..6c6ef35 100644 --- a/src/mixins/page/index.js +++ b/src/mixins/page/index.js @@ -68,13 +68,14 @@ export default { this.id = json.id const str = json[json.state ? 'theEditedJson' : 'jsonBeforeEditing'] this.originModules = str // 原始json,用以页面离开的时候判断是否需要提示保存 - this.modules = JSON.parse(str) + // this.modules = JSON.parse(str) console.log("🚀 ~ file: index.js ~ line 53 ~ this.$post ~ this.modules", this.modules) } }).catch(err => {}) }, // 展开模块设置 toSet(i, listIndex) { + console.log("🚀 ~ file: index.js:78 ~ toSet ~ i", i,this.modules) this.curModule = i this.curData = JSON.parse(JSON.stringify(this.modules[i])) const { type } = this.curData diff --git a/src/pages/column/page/science.vue b/src/pages/column/page/science.vue index d1e9b98..9df014c 100644 --- a/src/pages/column/page/science.vue +++ b/src/pages/column/page/science.vue @@ -30,7 +30,7 @@
{{ modules[1].form.title }}
{{ modules[1].form.des }}
-
点击更改图片、标题概述与链接
+
点击更改标题概述与链接
@@ -38,7 +38,7 @@
{{ modules[2].form.title }}
{{ modules[2].form.des }}
-
点击更改图片、标题概述与链接
+
点击更改标题概述与链接
@@ -46,11 +46,13 @@
{{ modules[3].form.title }}
{{ modules[3].form.des }}
-
点击更改图片、标题概述与链接
+
点击更改标题概述与链接
+ + diff --git a/src/pages/column/page/talent.vue b/src/pages/column/page/talent.vue index 188ecd6..8144b7d 100644 --- a/src/pages/column/page/talent.vue +++ b/src/pages/column/page/talent.vue @@ -25,63 +25,71 @@
- +
{{ modules[1].form.title }}
{{ modules[1].form.des }}
+
点击更改图片、标题概述与链接
- +
{{ modules[2].form.title }}
{{ modules[2].form.des }}
+
点击更改图片、标题概述与链接
-
-
{{ modules[3].form.title }}
- +
+
+
{{ modules[3].form.title }}
+
点击更换标题
+
+
+ + + +
点击更改图片、标题概述与链接
+
- +

{{ modules[5].form.subTitle }}

{{ modules[5].form.title }}
{{ modules[5].form.des }}
查看更多
+
点击更改图片、标题、小标题、概述与链接
- +

{{ modules[6].form.subTitle }}

{{ modules[6].form.title }}
{{ modules[6].form.des }}
查看更多
+
点击更改图片、标题、小标题、概述与链接
+ + @@ -92,7 +100,7 @@ export default { mixins: [mixins], data() { return { - modules: Modules.research + modules: Modules.talent } }, mounted() { @@ -130,8 +138,8 @@ export default { width: 1504px; } .item { + position: relative; display: flex; - justify-content: space-between; padding: 42px; margin-bottom: 36px; background: #fff; @@ -195,6 +203,7 @@ export default { width: 1504px; } .item { + position: relative; display: flex; align-items: center; margin-bottom: 36px; diff --git a/src/pages/column/page/userSharing.vue b/src/pages/column/page/userSharing.vue new file mode 100644 index 0000000..d81884e --- /dev/null +++ b/src/pages/column/page/userSharing.vue @@ -0,0 +1,198 @@ + + + + + \ No newline at end of file diff --git a/src/router/modules/column.js b/src/router/modules/column.js index 3057811..fd17691 100644 --- a/src/router/modules/column.js +++ b/src/router/modules/column.js @@ -84,6 +84,18 @@ export default { path: `science`, component: () => import('@/pages/column/page/science'), meta: { title: '科普之窗' } + }, + { + name: `${pre}talent`, + path: `talent`, + component: () => import('@/pages/column/page/talent'), + meta: { title: '人才队伍' } + }, + { + name: `${pre}userSharing`, + path: `userSharing`, + component: () => import('@/pages/column/page/userSharing'), + meta: { title: '用户共享' } } ] } diff --git a/src/setting.js b/src/setting.js index d71fbb8..1e1d795 100644 --- a/src/setting.js +++ b/src/setting.js @@ -6,7 +6,7 @@ const isDev = process.env.NODE_ENV === 'development' // 开发环境 let host = `${location.origin}/` if (isDev) { host = 'http://192.168.31.136:10000/' // 测试服 - host = 'http://192.168.31.51:10000/' // 榕 + // host = 'http://192.168.31.51:10000/' // 榕 // host = 'http://192.168.31.116:10000/' // 赓 }