From fdba153694a286dda670fda5d1ae18c6336e6ac7 Mon Sep 17 00:00:00 2001
From: ycy <2861518472@qq.com>
Date: Wed, 22 May 2024 15:32:45 +0800
Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20=E5=88=A0=E9=99=A4?=
=?UTF-8?q?=E5=AF=B9=E4=BA=8E=E4=BB=A3=E7=A0=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
index.html | 4 ++--
src/views/Login/Login.vue | 2 +-
src/views/Login/SocialLogin.vue | 2 +-
src/views/system/role/index.vue | 5 +----
src/views/system/user/index.vue | 6 +-----
5 files changed, 6 insertions(+), 13 deletions(-)
diff --git a/index.html b/index.html
index 390385d..42f666c 100644
--- a/index.html
+++ b/index.html
@@ -7,11 +7,11 @@
%VITE_APP_TITLE%
diff --git a/src/views/Login/Login.vue b/src/views/Login/Login.vue
index 5d349ce..2dc3927 100644
--- a/src/views/Login/Login.vue
+++ b/src/views/Login/Login.vue
@@ -9,7 +9,7 @@
>
-
+
{{ underlineToHump(appStore.getTitle) }}
diff --git a/src/views/Login/SocialLogin.vue b/src/views/Login/SocialLogin.vue
index eff59ba..86819c6 100644
--- a/src/views/Login/SocialLogin.vue
+++ b/src/views/Login/SocialLogin.vue
@@ -9,7 +9,7 @@
>
-
+
{{ underlineToHump(appStore.getTitle) }}
diff --git a/src/views/system/role/index.vue b/src/views/system/role/index.vue
index 6af7d0f..1958827 100644
--- a/src/views/system/role/index.vue
+++ b/src/views/system/role/index.vue
@@ -1,7 +1,4 @@
-
-
-
-
-
-
-
@@ -218,7 +214,7 @@ const { t } = useI18n() // 国际化
const loading = ref(true) // 列表的加载中
const total = ref(0) // 列表的总页数
const list = ref([]) // 列表的数
-const queryParams = reactive({
+const queryParams: any = reactive({
pageNo: 1,
pageSize: 10,
username: undefined,