File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -54,11 +54,11 @@ const routes: IRouter[] = [
54
54
const allRoutes = [
55
55
...routes ,
56
56
...dashboard ,
57
+ ...system ,
57
58
...list ,
58
59
...form ,
59
60
...detail ,
60
61
...result ,
61
- ...system ,
62
62
...user ,
63
63
...login ,
64
64
...otherRoutes ,
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ import {
8
8
} from 'services/model/userModel' ;
9
9
10
10
const Api = {
11
- UserLogin : '/auth/login' ,
12
- UserCaptcha : '/auth/captcha' ,
13
- UserStatus : '/auth/status' ,
11
+ UserLogin : '/auth/pub/ login' ,
12
+ UserCaptcha : '/auth/pub/ captcha' ,
13
+ UserStatus : '/auth/pub/ status' ,
14
14
UserInfo : '/auth/info' ,
15
- Register : '/auth/register' ,
15
+ Register : '/auth/pub/ register' ,
16
16
FindUser : '/auth/user' ,
17
17
UpdateUser : '/auth/user' ,
18
18
DeleteUser : '/auth/user' ,
You can’t perform that action at this time.
0 commit comments