feat: add localforage
This commit is contained in:
@@ -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')
|
||||
}
|
||||
|
Reference in New Issue
Block a user