|
@@ -46,7 +46,7 @@
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
<div style="height: 72px;"></div>
|
|
<div style="height: 72px;"></div>
|
|
|
<div style="position: fixed;bottom: 0;padding: 20px 0;z-index: 999;">
|
|
<div style="position: fixed;bottom: 0;padding: 20px 0;z-index: 999;">
|
|
|
- <el-button type="primary" @click="toSave(1)">发布</el-button>
|
|
|
|
|
|
|
+ <el-button type="primary" @click="toSave(1)">保存</el-button>
|
|
|
<!--<el-button type="primary" @click="toSave(0)">存为草稿</el-button>-->
|
|
<!--<el-button type="primary" @click="toSave(0)">存为草稿</el-button>-->
|
|
|
<!--<el-button type="primary" @click="toPreview">预览</el-button>-->
|
|
<!--<el-button type="primary" @click="toPreview">预览</el-button>-->
|
|
|
<el-button type="info" @click="toCancel">关闭</el-button>
|
|
<el-button type="info" @click="toCancel">关闭</el-button>
|
|
@@ -141,10 +141,10 @@
|
|
|
// 富文本相关配置
|
|
// 富文本相关配置
|
|
|
editorOptions: {
|
|
editorOptions: {
|
|
|
//普通上传地址
|
|
//普通上传地址
|
|
|
- action: "https://api.avuejs.com/imgupload",
|
|
|
|
|
|
|
+ action: "/api/blade-resource/oss/endpoint/put-file",
|
|
|
customConfig: {}, //wangEditor编辑的配置
|
|
customConfig: {}, //wangEditor编辑的配置
|
|
|
//是否启用oss(qiniu/ali)
|
|
//是否启用oss(qiniu/ali)
|
|
|
- oss: '',
|
|
|
|
|
|
|
+ oss: 'minio',
|
|
|
headers: {},
|
|
headers: {},
|
|
|
data: {},
|
|
data: {},
|
|
|
propsHttp: {
|
|
propsHttp: {
|