update: 删除无用代码

This commit is contained in:
JiangQiming 2023-03-01 21:53:01 +08:00
parent dd35a8a14d
commit 80e2b02364
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@
<script setup lang="ts">
import { LocalStore } from '@/utils/comm';
import { BASE_API_PATH, TOKEN_KEY } from '@/utils/variable';
// import { EventSourcePolyfill } from 'event-source-polyfill';
import { EventSourcePolyfill } from 'event-source-polyfill';
import { PropType } from 'vue';
import { downloadObject } from '@/utils/utils';