Merge pull request 'fix : 清空默认登录账号' (#127) from dd into master

Reviewed-on: http://git.feashow.cn/feashow/SmartOpsWeb/pulls/127
This commit is contained in:
2024-09-30 07:29:09 +00:00

View File

@@ -35,8 +35,10 @@ import { User,Lock, Key } from '@element-plus/icons-vue'
const router = useRouter() const router = useRouter()
const authStore = useAuthStore() const authStore = useAuthStore()
const loginForm = reactive({ const loginForm = reactive({
username: 'voice', username: '',
password: 'voice@123', password: '',
// username: 'admin',
// password: '123456',
code: '', code: '',
uuid: '' uuid: ''
}) })