feat:添加admin相关接口
This commit is contained in:
@@ -108,6 +108,7 @@ const handleLogin = () => {
|
||||
if (valid) {
|
||||
loading.value = true
|
||||
let resp = await userLogin(loginForm.username, loginForm.password)
|
||||
console.log("login:",resp)
|
||||
loading.value = false
|
||||
if(resp.code === 200){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user