File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,6 @@ const loginHandle = () => {
191191 .asyncLdapLogin (loginForm .value )
192192 .then (() => {
193193 locale .value = localStorage .getItem (' MaxKB-locale' ) || getBrowserLang () || ' en-US'
194- loading .value = false
195194 router .push ({ name: ' home' })
196195 })
197196 .catch (() => {
@@ -203,7 +202,6 @@ const loginHandle = () => {
203202 .then (() => {
204203 locale .value = localStorage .getItem (' MaxKB-locale' ) || getBrowserLang () || ' en-US'
205204 localStorage .setItem (' workspace_id' , ' default' )
206- loading .value = false
207205 router .push ({ name: ' home' })
208206 })
209207 .catch (() => {
Original file line number Diff line number Diff line change 9999 :class =" isSuccess ? '' : 'color-danger'"
100100 class =" pre-wrap"
101101 shadow =" never"
102- style =" max-height : 350px ; overflow : scroll "
103102 >
104103 {{ String(result) == '0' ? 0 : result || '-' }}
105104 </el-card >
You can’t perform that action at this time.
0 commit comments