feat(custom): i

This commit is contained in:
2023-09-08 10:29:31 +08:00
parent 3b3cb7ba34
commit 363270378a
60 changed files with 1234 additions and 1342 deletions

View File

@@ -0,0 +1,5 @@
import { request } from '@/utils'
export default {
getUser: (data) => request.post('/user', data),
}