File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -54,11 +54,11 @@ const routes: IRouter[] = [
5454const allRoutes = [
5555 ...routes ,
5656 ...dashboard ,
57+ ...system ,
5758 ...list ,
5859 ...form ,
5960 ...detail ,
6061 ...result ,
61- ...system ,
6262 ...user ,
6363 ...login ,
6464 ...otherRoutes ,
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ import {
88} from 'services/model/userModel' ;
99
1010const 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' ,
1414 UserInfo : '/auth/info' ,
15- Register : '/auth/register' ,
15+ Register : '/auth/pub/ register' ,
1616 FindUser : '/auth/user' ,
1717 UpdateUser : '/auth/user' ,
1818 DeleteUser : '/auth/user' ,
You can’t perform that action at this time.
0 commit comments