feat: 线上富文本息服务
This commit is contained in:
parent
d9eaaf6dcb
commit
9a0519601f
Binary file not shown.
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 62 KiB |
|
@ -17,7 +17,7 @@
|
||||||
id: 'ueditor' + Math.random(),
|
id: 'ueditor' + Math.random(),
|
||||||
editorConfig: {
|
editorConfig: {
|
||||||
lang: 'zh-cn',
|
lang: 'zh-cn',
|
||||||
UEDITOR_HOME_URL: '/static/plugins/ueditor/',
|
UEDITOR_HOME_URL: 'static/plugins/ueditor/',
|
||||||
// serverUrl: '//ueditor.szcloudplus.com/cos'
|
// serverUrl: '//ueditor.szcloudplus.com/cos'
|
||||||
serverUrl: process.env.VUE_APP_API_BASE_URL + '/sys/ueditor/config',
|
serverUrl: process.env.VUE_APP_API_BASE_URL + '/sys/ueditor/config',
|
||||||
// headers: {
|
// headers: {
|
||||||
|
|
|
@ -102,8 +102,8 @@ const vueConfig = {
|
||||||
// 如果需要开启代理,请移除mockjs /src/main.jsL11
|
// 如果需要开启代理,请移除mockjs /src/main.jsL11
|
||||||
proxy: {
|
proxy: {
|
||||||
'/dawa': { // 捕获API的标志,如果API中有这个字符串,那么就开始匹配代理
|
'/dawa': { // 捕获API的标志,如果API中有这个字符串,那么就开始匹配代理
|
||||||
// target: 'http://a.3a6.cn/dawa', // 地址可以是域名,也可以是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 。
|
// target: 'http://192.168.2.140:8080', // 地址可以是域名,也可以是IP地址。比如API请求/api/getList, 会被代理到请求http://www.baidu.com/api/getList 。
|
||||||
ws: false,
|
ws: false,
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
pathRewrite: {
|
pathRewrite: {
|
||||||
|
|
Loading…
Reference in New Issue