Browse Source

修改链接

yangg 6 months ago
parent
commit
419d85c3b6
2 changed files with 6 additions and 6 deletions
  1. 3 3
      dist/ckeditor/config.js
  2. 3 3
      public/ckeditor/config.js

+ 3 - 3
dist/ckeditor/config.js

@@ -47,11 +47,11 @@ config.contentsCss = '/public/ckeditor/custom-ckeditor.css';
 
 
 // 修改图片上传配置
-config.filebrowserImageUploadUrl = 'http://192.168.66.163:8084/upload/imageNew';
-config.imageUploadUrl = 'http://192.168.66.163:8084/upload/imageNew';
+config.filebrowserImageUploadUrl = 'http://183.195.216.54:8084/upload/imageNew';
+config.imageUploadUrl = 'http://183.195.216.54:8084/upload/imageNew';
 
 // 自定义上传处理
-config.uploadUrl = 'http://192.168.66.163:8084/upload/imageNew';
+config.uploadUrl = 'http://183.195.216.54:8084/upload/imageNew';
 
 
 };

+ 3 - 3
public/ckeditor/config.js

@@ -47,11 +47,11 @@ config.contentsCss = '/public/ckeditor/custom-ckeditor.css';
 
 
 // 修改图片上传配置
-config.filebrowserImageUploadUrl = 'http://192.168.66.163:8084/upload/imageNew';
-config.imageUploadUrl = 'http://192.168.66.163:8084/upload/imageNew';
+config.filebrowserImageUploadUrl = 'http://183.195.216.54:8084/upload/imageNew';
+config.imageUploadUrl = 'http://183.195.216.54:8084/upload/imageNew';
 
 // 自定义上传处理
-config.uploadUrl = 'http://192.168.66.163:8084/upload/imageNew';
+config.uploadUrl = 'http://183.195.216.54:8084/upload/imageNew';
 
 
 };