From 8a990adadaea6ec4bb2c2707fb18ea1f83e2a9f3 Mon Sep 17 00:00:00 2001 From: lancer <1905818361@qq.com> Date: Wed, 9 Feb 2022 17:56:35 +0800 Subject: [PATCH 1/3] init --- package.json | 3 +- src/views/admin/log/msg.vue | 83 +++++++++++++++++++++++++++++++++++++ vue.config.js | 4 +- 3 files changed, 87 insertions(+), 3 deletions(-) create mode 100644 src/views/admin/log/msg.vue diff --git a/package.json b/package.json index 3f2132f..a1e0a96 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,7 @@ "js-cookie": "^2.2.0", "less-loader": "^6.0.0", "nprogress": "^0.2.0", + "quill": "^1.3.7", "script-loader": "^0.7.2", "sockjs-client": "1.0.0", "sortablejs": "^1.14.0", @@ -42,7 +43,7 @@ "vue-echarts": "^4.0.1", "vue-json-editor": "^1.2.3", "vue-json-tree-view": "^2.1.4", - "vue-quill-editor": "3.0.6", + "vue-quill-editor": "^3.0.6", "vue-router": "^3.0.2", "vuedraggable": "^2.24.3", "vuex": "^3.0.1" diff --git a/src/views/admin/log/msg.vue b/src/views/admin/log/msg.vue new file mode 100644 index 0000000..17c77de --- /dev/null +++ b/src/views/admin/log/msg.vue @@ -0,0 +1,83 @@ + + + + + + + + 确定 + + + + + + + diff --git a/vue.config.js b/vue.config.js index 006679b..41846be 100644 --- a/vue.config.js +++ b/vue.config.js @@ -4,10 +4,10 @@ */ // const url = 'http://pigx-gateway' // const url = 'http://39.97.167.65:9999' //测试 -// const url = 'http://192.168.31.169:9999' //长龙 +const url = 'http://192.168.31.167:9999' //长龙 // const url = 'http://192.168.31.134:9999' //嘉豪 // const url = 'http://192.168.31.100:9999' //王笑 -const url = 'http://62.234.122.43:9999' //正式 +// const url = 'http://62.234.122.43:9999' //正式 const CompressionWebpackPlugin = require('compression-webpack-plugin') const productionGzipExtensions = ['js', 'css'] From ae5b6b727472d466120e0eab31b0712d8e8d9228 Mon Sep 17 00:00:00 2001 From: lancer <1905818361@qq.com> Date: Thu, 10 Feb 2022 14:38:15 +0800 Subject: [PATCH 2/3] init --- package.json | 3 +- src/views/admin/log/msg copy.vue | 83 ++++++++++++++++++++++++++++++++ src/views/admin/log/msg.vue | 80 ++++++++---------------------- vue.config.js | 4 +- 4 files changed, 107 insertions(+), 63 deletions(-) create mode 100644 src/views/admin/log/msg copy.vue diff --git a/package.json b/package.json index a1e0a96..f84e7eb 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,8 @@ "vue-quill-editor": "^3.0.6", "vue-router": "^3.0.2", "vuedraggable": "^2.24.3", - "vuex": "^3.0.1" + "vuex": "^3.0.1", + "wangeditor": "^4.7.11" }, "devDependencies": { "@vue/cli-plugin-babel": "^3.12.0", diff --git a/src/views/admin/log/msg copy.vue b/src/views/admin/log/msg copy.vue new file mode 100644 index 0000000..17c77de --- /dev/null +++ b/src/views/admin/log/msg copy.vue @@ -0,0 +1,83 @@ + + + + + + + + 确定 + + + + + + + diff --git a/src/views/admin/log/msg.vue b/src/views/admin/log/msg.vue index 17c77de..27256ae 100644 --- a/src/views/admin/log/msg.vue +++ b/src/views/admin/log/msg.vue @@ -1,83 +1,43 @@ - - + - + 确定 - + diff --git a/vue.config.js b/vue.config.js index 41846be..ae7c759 100644 --- a/vue.config.js +++ b/vue.config.js @@ -3,8 +3,8 @@ * https://cli.vuejs.org/zh/config/ */ // const url = 'http://pigx-gateway' -// const url = 'http://39.97.167.65:9999' //测试 -const url = 'http://192.168.31.167:9999' //长龙 +const url = 'http://39.97.167.65:9999' //测试 +// const url = 'http://192.168.31.167:9999' //长龙 // const url = 'http://192.168.31.134:9999' //嘉豪 // const url = 'http://192.168.31.100:9999' //王笑 // const url = 'http://62.234.122.43:9999' //正式 From fce309cbc77f508600c97ecb45f0a9c301052f18 Mon Sep 17 00:00:00 2001 From: lancer <1905818361@qq.com> Date: Thu, 10 Feb 2022 14:41:57 +0800 Subject: [PATCH 3/3] init --- src/views/admin/log/msg.vue | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/views/admin/log/msg.vue b/src/views/admin/log/msg.vue index 27256ae..fafdce1 100644 --- a/src/views/admin/log/msg.vue +++ b/src/views/admin/log/msg.vue @@ -1,6 +1,6 @@ - - + + @@ -27,6 +27,7 @@ export default { // 配置 server 接口地址 // editor.config.uploadImgServer = "/upload-img"; editor.config.uploadImgShowBase64 = true + editor.config.zIndex = 500 editor.create(); this.editor=editor }, @@ -40,4 +41,10 @@ export default {