@@ -1,5 +1,5 @@
<script setup lang="ts">
-const dialogVisible = ref(true)
+const dialogVisible = ref(false)
const openDialog = () => {
dialogVisible.value = true
@@ -5,7 +5,7 @@ import { useUserStore } from '@/stores/modules/user'
const router = useRouter()
const loginForm = ref({
username: 'ra.admin',
- oldPassword: 'abc123456789',
+ oldPassword: '',
newPassword: '',
confirmPassword: ''
})
@@ -287,6 +287,7 @@ onBeforeUnmount(() => {
font-size: 20px;
transition: all 0.3s;
transform: rotate(0deg);
+ cursor: pointer;
}
.collapse {