File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
apps/locales/zh_Hant/LC_MESSAGES Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -8626,5 +8626,5 @@ msgstr "添加個人系統API KEY"
86268626msgid "Generate related documents"
86278627msgstr "生成相關文檔"
86288628
8629- msgid "Generate related documents "
8629+ msgid "Modify application access token "
86308630msgstr "修改應用程序訪問權杖"
Original file line number Diff line number Diff line change @@ -192,12 +192,7 @@ const loginHandle = () => {
192192 login .asyncLogin (loginForm .value , loading ).then (() => {
193193 locale .value = localStorage .getItem (' MaxKB-locale' ) || getBrowserLang () || ' en-US'
194194 localStorage .setItem (' workspace_id' , ' default' )
195- if (hasPermission ([RoleConst .ADMIN , RoleConst .EXTENDS_ADMIN ], ' OR' )) {
196- router .push ({name: ' user' })
197- } else {
198195 router .push ({name: ' home' })
199- }
200-
201196 })
202197 }
203198 })
You can’t perform that action at this time.
0 commit comments