既定のアップロード先フォルダを設定できるように
This commit is contained in:
@@ -122,7 +122,7 @@ export default define({
|
||||
},
|
||||
|
||||
upload(file) {
|
||||
(this.$refs.uploader as any).upload(file);
|
||||
(this.$refs.uploader as any).upload(file, this.$store.state.settings.uploadFolder);
|
||||
},
|
||||
|
||||
onDragover(e) {
|
||||
|
||||
Reference in New Issue
Block a user