inspect token before upload
This commit is contained in:
parent
ce99831023
commit
22f958b1de
@ -445,6 +445,7 @@ async function upload(file: any): Promise<null | undefined> {
|
|||||||
|
|
||||||
async function uploadFiles(upl: boolean) {
|
async function uploadFiles(upl: boolean) {
|
||||||
if (upl) {
|
if (upl) {
|
||||||
|
authStore.inspectToken()
|
||||||
lastPath.value = mediaStore.folderTree.source
|
lastPath.value = mediaStore.folderTree.source
|
||||||
|
|
||||||
for (let i = 0; i < inputFiles.value.length; i++) {
|
for (let i = 0; i < inputFiles.value.length; i++) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user