文件上传下载修正

This commit is contained in:
2025-12-20 15:14:44 +08:00
parent 9b6e959973
commit 81508a1fdc
28 changed files with 1059 additions and 192 deletions

View File

@@ -7,7 +7,7 @@ import './assets/css/common.scss'
import App from './App.vue'
import router from './router/'
import { AES_SECRET_KEY } from './config'
import { AES_SECRET_KEY } from './config/index'
// @ts-ignore
import { initAesEncrypt } from 'shared/utils'