Przeglądaj źródła

去掉富文本base64处理

shaogen1995 3 lat temu
rodzic
commit
a2ced59e24

+ 2 - 2
houtai/src/utils/request.js

@@ -1,8 +1,8 @@
 import axios from 'axios'
 const service = axios.create({
   // baseURL: 'http://192.168.0.135:8005/', // 本地调试
-  baseURL: 'http://192.168.0.245:8005/', // 线上调试
-  // baseURL: '', // build
+  // baseURL: 'http://192.168.0.245:8005/', // 线上调试
+  baseURL: '', // build
   timeout: 5000
 })
 // 请求拦截器

+ 0 - 1
houtai/src/views/forum/list.vue

@@ -251,7 +251,6 @@ export default {
       'Verdana',
       'Times New Roman'
     ]
-    this.editor.config.uploadImgShowBase64 = true // 图片地址
     this.editor.config.showLinkVideo = false
     this.editor.create()
   },

+ 0 - 1
houtai/src/views/forum/look.vue

@@ -306,7 +306,6 @@ export default {
       'Verdana',
       'Times New Roman'
     ]
-    this.editor.config.uploadImgShowBase64 = true // 图片地址
     this.editor.config.showLinkVideo = false
     this.editor.create()
   },

+ 0 - 1
houtai/src/views/tab2/tab2Add.vue

@@ -292,7 +292,6 @@ export default {
       'Verdana',
       'Times New Roman'
     ]
-    this.editor.config.uploadImgShowBase64 = true // 图片地址
     this.editor.config.showLinkVideo = false
     this.editor.create()
     // 获取服务器前缀地址

+ 0 - 1
houtai/src/views/tab3/tab3Add.vue

@@ -306,7 +306,6 @@ export default {
       'Verdana',
       'Times New Roman'
     ]
-    this.editor.config.uploadImgShowBase64 = true // 图片地址
     this.editor.config.showLinkVideo = false
     this.editor.create()
     // 如果是编辑

+ 0 - 1
houtai/src/views/tab6/tab6Add.vue

@@ -246,7 +246,6 @@ export default {
       'Verdana',
       'Times New Roman'
     ]
-    this.editor.config.uploadImgShowBase64 = true // 图片地址
     this.editor.config.showLinkVideo = false
     this.editor.create()
     // 如果是编辑