This repository was archived by the owner on Jan 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +467
-423
lines changed
Expand file tree Collapse file tree 6 files changed +467
-423
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ const zh = {
1212 "Accounts" : "アカウント" ,
1313 "Meta" : "メタ情報" ,
1414 "login" : "ログイン" ,
15+ "casdoor login" : "casdoor ログイン" ,
1516 "password" : "パスワード" ,
1617 "success" : "成功" ,
1718 "exit" : "終了する" ,
@@ -155,4 +156,4 @@ export default zh
155156export const config = {
156157 code : 'jp' ,
157158 text : '日本語' ,
158- }
159+ }
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ const zh = {
1212 "Accounts" : "账号" ,
1313 "Meta" : "元信息" ,
1414 "login" : "登录" ,
15+ "casdoor login" : "casdoor登录" ,
1516 "password" : "密码" ,
1617 "success" : "成功" ,
1718 "exit" : "退出" ,
@@ -159,4 +160,4 @@ export default zh
159160export const config = {
160161 code : 'zh' ,
161162 text : '简体中文' ,
162- }
163+ }
Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ const IContextProvider = (props: any) => {
260260 if ( ! localStorage . getItem ( "alist_admin-token" ) ) {
261261 return ;
262262 }
263- admin . get ( "login " ) . then ( ( resp ) => {
263+ admin . get ( "verify " ) . then ( ( resp ) => {
264264 if ( resp . data . code === 200 ) {
265265 setLoggedIn ( true ) ;
266266 }
You can’t perform that action at this time.
0 commit comments