This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhaoy
/
BPA.SAAS.Web
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
登录限制
storemanagementweb
zhaoy
11 months ago
parent
3461f7d3c7
commit
ef01bde18e
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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=1;
// 登录
const msg = await api.Login({ ...values });
Write
Preview
Loading…
Cancel
Save