feat: 线上富文本息服务

This commit is contained in:
cgd_mac 2022-02-25 16:05:52 +08:00
parent d9eaaf6dcb
commit 9a0519601f
3 changed files with 3 additions and 3 deletions

BIN
public/logo.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 62 KiB

View File

@ -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: {

View File

@ -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: {