文件存储时记录数据库

This commit is contained in:
AlanScipio
2024-02-19 16:01:14 +08:00
parent a327ff26ba
commit eae6443f11
23 changed files with 754 additions and 99 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

View File

@@ -1,6 +1,6 @@
import { login, logout, getInfo } from '@/api/login'
import { getToken, setToken, removeToken } from '@/utils/auth'
import defAva from '@/assets/images/profile.jpg'
import defAva from '@/assets/images/profile.png'
const useUserStore = defineStore(
'user',