feat: add localforage

This commit is contained in:
landaiqing
2024-04-29 16:00:47 +08:00
parent edcff9a7c7
commit 9762e15b8b
17 changed files with 726 additions and 147 deletions

View File

@@ -1,5 +1,5 @@
import service from '@/utils/axios/service.ts'
import web from '@/utils/axios/web.ts'
export function getUserInfo(params: object) {
return service.get('/user/info', params)
export const getPublicKey = () => {
return web.get('/encrypt/getPublicKey')
}