From a572aa90a7b484049bfdebbb7dc8dc8d65800684 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?home=E5=AD=99?= <1162067978@qq.com> Date: Mon, 21 Apr 2025 11:11:49 +0800 Subject: [PATCH] 1 --- src/views/login.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/views/login.vue b/src/views/login.vue index 7a39e16..ba01e5c 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -95,7 +95,12 @@ export default { }, login() { var store = this.$store.state; - + this.loading = this.$loading({ + lock: true, + text: '登录中', + spinner: 'el-icon-loading', + background: 'rgba(0, 0, 0, 0.7)' + }); // "username": "xiaomeng", // "password": "lihe12345" if (!this.username) { -- 2.47.2