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

@@ -1,5 +1,5 @@
import { request } from '@/utils'
export default {
login: (data) => request.post('/auth/login', data, { noNeedToken: true }),
login: (data) => request.post('/login', data, { noNeedToken: true }),
}