From fd285d6245ddd54c2eef8237eb878f573d665f94 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: Thu, 07 Jul 2022 18:27:39 +0800
Subject: [PATCH] lct
---
src/views/loginPage/component/accountLogin.vue | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/views/loginPage/component/accountLogin.vue b/src/views/loginPage/component/accountLogin.vue
index 86cca18..60dca23 100644
--- a/src/views/loginPage/component/accountLogin.vue
+++ b/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
--
Gitblit v1.9.2