mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-15 14:03:36 +08:00
refactor: login page
This commit is contained in:
@@ -9,8 +9,3 @@ export const getVerify = () => {
|
||||
export const getLogin = (data: object) => {
|
||||
return http.request("post", "/login", data);
|
||||
};
|
||||
|
||||
// 注册
|
||||
export const getRegist = (data: object) => {
|
||||
return http.request("post", "/register", data);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user