Your Name
2022-07-05 b222b2923e4759a86ccae30a85d6653a4b4046f8
src/views/loginPage/component/accountLogin.vue
@@ -66,8 +66,8 @@
      const state = reactive({
         isShowPassword: false,
         ruleForm: {
            username: 'admin',
            password: '123456',
            username: '',
            password: '',
         },
         loading: {
            signIn: false,
@@ -87,7 +87,6 @@
            Session.set('token', res.data.data.accessToken);
            Session.set('projectId','');
            Session.set('uid',res.data.data.uid);
            await initBackEndControlRoutes();
            signInSuccess();
         }else{
            state.loading.signIn = false