diff --git a/public/logo.png b/public/logo.png index cda896e..a8c856c 100644 Binary files a/public/logo.png and b/public/logo.png differ diff --git a/src/components/DbUeditor/index.vue b/src/components/DbUeditor/index.vue index de96576..b5b5566 100644 --- a/src/components/DbUeditor/index.vue +++ b/src/components/DbUeditor/index.vue @@ -17,7 +17,7 @@ id: 'ueditor' + Math.random(), editorConfig: { lang: 'zh-cn', - UEDITOR_HOME_URL: '/static/plugins/ueditor/', + UEDITOR_HOME_URL: 'static/plugins/ueditor/', // serverUrl: '//ueditor.szcloudplus.com/cos' serverUrl: process.env.VUE_APP_API_BASE_URL + '/sys/ueditor/config', // headers: { diff --git a/vue.config.js b/vue.config.js index b5e461b..754cd45 100644 --- a/vue.config.js +++ b/vue.config.js @@ -102,8 +102,8 @@ const vueConfig = { // 如果需要开启代理,请移除mockjs /src/main.jsL11 proxy: { '/dawa': { // 捕获API的标志,如果API中有这个字符串,那么就开始匹配代理 - // target: 'http://a.3a6.cn/dawa', // 地址可以是域名,也可以是IP地址。比如API请求/api/getList, 会被代理到请求http://www.baidu.com/api/getList 。 - target: 'http://192.168.2.140:8080', // 地址可以是域名,也可以是IP地址。比如API请求/api/getList, 会被代理到请求http://www.baidu.com/api/getList 。 + target: 'http://a.3a6.cn/dawa', // 地址可以是域名,也可以是IP地址。比如API请求/api/getList, 会被代理到请求http://www.baidu.com/api/getList 。 + // target: 'http://192.168.2.140:8080', // 地址可以是域名,也可以是IP地址。比如API请求/api/getList, 会被代理到请求http://www.baidu.com/api/getList 。 ws: false, changeOrigin: true, pathRewrite: {