gjy před 2 roky
rodič
revize
d1b4bac3cc

+ 6 - 3
src/router/officialWebsiteManagement/index.js

@@ -122,7 +122,8 @@ const officialWebsiteManagement = {
                 import ('@/views/officialWebsiteManagement/publicityAdd'),
             meta: {
                 title: '行业资讯新增',
-                icon: ''
+                icon: '',
+                module: 'changyuntong.sijiguanli.view',
             },
             hidden: true
         },
@@ -133,7 +134,8 @@ const officialWebsiteManagement = {
                 import ('@/views/officialWebsiteManagement/publicityLook'),
             meta: {
                 title: '行业资讯查看',
-                icon: ''
+                icon: '',
+                module: 'changyuntong.sijiguanli.view',
             },
             hidden: true
         },
@@ -144,7 +146,8 @@ const officialWebsiteManagement = {
                 import ('@/views/officialWebsiteManagement/publicityEdit'),
             meta: {
                 title: '行业资讯编辑',
-                icon: ''
+                icon: '',
+                module: 'changyuntong.sijiguanli.view',
             },
             hidden: true
         },

+ 1 - 1
src/views/officialWebsiteManagement/publicityAdd.vue

@@ -30,7 +30,7 @@
               @blur="onEditorBlur($event)" @focus="onEditorFocus($event)" @ready="onEditorReady($event)"
               ref="QuillEditor">
             </quill-editor>
-            <div v-html="form.releaseContent" />
+            <!-- <div v-html="form.releaseContent" /> -->
           </div>
           <!--            <quill-editor v-model="form.releaseContent" res="myQuillEditor" :options="editorOption" id="editor">
             </quill-editor> -->