既定のアップロード先フォルダを設定できるように
This commit is contained in:
parent
5c2ed9e5d3
commit
841c8d619f
7 changed files with 74 additions and 7 deletions
|
|
@ -245,7 +245,7 @@ export default (opts) => ({
|
|||
},
|
||||
|
||||
upload(file) {
|
||||
(this.$refs.uploader as any).upload(file);
|
||||
(this.$refs.uploader as any).upload(file, this.$store.state.settings.uploadFolder);
|
||||
},
|
||||
|
||||
onChangeUploadings(uploads) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue