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']