feat: Files Delete File done.

This commit is contained in:
chiayin
2024-01-17 10:46:07 +08:00
parent 30a97b2a3b
commit 75bbcd07ab
4 changed files with 102 additions and 49 deletions

View File

@@ -1,6 +1,6 @@
import router from "@/router/index.js";
import loadingStore from '@/stores/loading.js';
import pinia from '@/stores/main.js'
import pinia from '@/stores/main.js';
import {useToast} from 'vue-toast-notification';
import 'vue-toast-notification/dist/theme-sugar.css';
import axios from "axios";