Browse Source

登录限制

groupmealweb
zhaoy 11 months ago
parent
commit
f873f8f898
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/pages/user/login/index.jsx

+ 1
- 0
src/pages/user/login/index.jsx View File

@@ -51,6 +51,7 @@ const Login = () => {

try {
localStorage.clear();
values.type=0;
// 登录
const msg = await api.Login({ ...values });



Loading…
Cancel
Save