This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bpa
/
BPA.KitChen.Web
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
🐞
fix(简单修改): 简单修改
简单修改
tags/小炒逻辑变更前
txb
2 years ago
parent
6bd1bd11fb
commit
4253ef5c04
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/app.jsx
+ 1
- 0
src/app.jsx
View File
@@ -21,6 +21,7 @@ export async function getInitialState() {
const fetchUserInfo = async () => {
try {
const currentUser = await api.queryCurrent();
if (currentUser.data == null) {
history.push(loginPath);
}
Write
Preview
Loading…
Cancel
Save