处理上传图片变成附件了的问题
This commit is contained in:
@@ -47,7 +47,6 @@ let editorConfig = ref({
|
||||
// 最大支持50M图片上传
|
||||
maxFileSize: 50 * 1024 * 1024,
|
||||
withCredentials: true,
|
||||
meta: {pageId: route.query.pageId},
|
||||
},
|
||||
uploadVideo: {
|
||||
server: import.meta.env.VITE_APP_BASE_API + '/zyplayer-doc-wiki/page/file/wangEditor/upload',
|
||||
@@ -55,7 +54,6 @@ let editorConfig = ref({
|
||||
// 最大支持300M图片上传
|
||||
maxFileSize: 300 * 1024 * 1024,
|
||||
withCredentials: true,
|
||||
meta: {pageId: route.query.pageId},
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -5,7 +5,7 @@
|
||||
<link rel="icon" href="wiki-logo.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>WIKI文档管理系统</title>
|
||||
<script type="module" crossorigin src="assets/main.9dd36b37.js"></script>
|
||||
<script type="module" crossorigin src="assets/main.4dc645e3.js"></script>
|
||||
<link rel="modulepreload" href="assets/highlight.js.b879387e.js">
|
||||
<link rel="modulepreload" href="assets/vue.9fe1449e.js">
|
||||
<link rel="modulepreload" href="assets/vendor.2fc6ea4e.js">
|
||||
|
||||
Reference in New Issue
Block a user