+
抱歉,你访问的页面不存在
- 回到首页
+
回到首页
diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index c429db3c..f31b7fd3 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -1,68 +1,70 @@
-
-
-
-
-
-

+
+
+
+
+
+
+

+
+
+ GoView
+
-
- GoView
-
-
-
@@ -72,10 +74,7 @@
import { reactive, ref } from 'vue'
import { useRoute, useRouter } from 'vue-router'
import { useMessage } from 'naive-ui'
-import {
- PersonOutline,
- LockClosedOutline,
-} from '@vicons/ionicons5'
+import { PersonOutline, LockClosedOutline } from '@vicons/ionicons5'
interface FormState {
username: string
@@ -117,46 +116,48 @@ const handleSubmit = (e: Event) => {