diff --git a/ruoyi-ui/src/main.js b/ruoyi-ui/src/main.js index 13c6cf2..c250874 100644 --- a/ruoyi-ui/src/main.js +++ b/ruoyi-ui/src/main.js @@ -48,7 +48,6 @@ Vue.prototype.selectDictLabel = selectDictLabel Vue.prototype.selectDictLabels = selectDictLabels Vue.prototype.download = download Vue.prototype.handleTree = handleTree - // 全局组件挂载 Vue.component('DictTag', DictTag) Vue.component('Pagination', Pagination) diff --git a/ruoyi-ui/src/views/index.vue b/ruoyi-ui/src/views/index.vue index 1a7310a..b91f7b2 100644 --- a/ruoyi-ui/src/views/index.vue +++ b/ruoyi-ui/src/views/index.vue @@ -1,1067 +1,1067 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + diff --git a/ruoyi-ui/src/views/system/article/index.vue b/ruoyi-ui/src/views/system/article/index.vue index 33267ef..d204a19 100644 --- a/ruoyi-ui/src/views/system/article/index.vue +++ b/ruoyi-ui/src/views/system/article/index.vue @@ -274,38 +274,38 @@ v-hasPermi="['system:article:add']" >新增 - - 修改 - - - 删除 - - - 导出 - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -655,6 +655,7 @@ export default { }, /** 提交按钮 */ submitForm() { + this.form.content=Base64.encode(this.form.content) this.$refs["form"].validate(valid => { if (valid) { if (this.form.id != null) { diff --git a/ruoyi-ui/src/views/system/materialGroup/index.vue b/ruoyi-ui/src/views/system/materialGroup/index.vue index 84427a9..9bf2a8e 100644 --- a/ruoyi-ui/src/views/system/materialGroup/index.vue +++ b/ruoyi-ui/src/views/system/materialGroup/index.vue @@ -156,9 +156,9 @@ - - - + + +