。。。

This commit is contained in:
Kane Wang 2023-03-27 15:30:10 +08:00
parent 968eaed581
commit 57dc7568b1
1 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
* @Author: Kane
* @Date: 2022-12-14 15:23:54
* @LastEditors: Kane
* @LastEditTime: 2023-03-27 14:48:14
* @LastEditTime: 2023-03-27 15:28:21
* @FilePath: /it-console/src/views/account/Login.vue
* @Description:
*
@ -151,8 +151,8 @@ export default {
};
/**
* 登录
*/
* 登录
*/
const login = () =>
{
if (loginForm.username.length === 0 || loginForm.password === 0)