feat: keepAlive功能

This commit is contained in:
H0nGzA1
2023-05-17 23:34:41 +08:00
parent adc522c180
commit 60035767ad
15 changed files with 352 additions and 360 deletions

View File

@@ -79,7 +79,7 @@
</fs-page>
</template>
<script lang="ts" setup>
<script lang="ts" setup name="fileList">
import {DelObj, GetList} from "./api";
import {ref, onMounted,reactive} from "vue";
import {getBaseURL} from "/@/utils/baseUrl";