diff --git a/src/components/Excel.vue b/src/components/Excel.vue
new file mode 100644
index 0000000..14a85f3
--- /dev/null
+++ b/src/components/Excel.vue
@@ -0,0 +1,7 @@
+
+ excel
+
+
+
+
+
diff --git a/src/components/Image.vue b/src/components/Image.vue
new file mode 100644
index 0000000..ee81f6c
--- /dev/null
+++ b/src/components/Image.vue
@@ -0,0 +1,92 @@
+
+
+
+
+
北京昌平核电站3号核反应堆
+
BEIJINGV30
+
+
+
+
+
+
+
+
diff --git a/src/pages/index.vue b/src/pages/index.vue
index c0b3093..edea3ec 100644
--- a/src/pages/index.vue
+++ b/src/pages/index.vue
@@ -1,14 +1,197 @@
diff --git a/src/store/modules/account.js b/src/store/modules/account.js
index e67afe6..8374c4b 100644
--- a/src/store/modules/account.js
+++ b/src/store/modules/account.js
@@ -16,5 +16,9 @@ export const useAccountStore = defineStore({
updateUsername(username) {
this.username = username
},
+ clearLoginInfo() {
+ this.token = null
+ this.username = ''
+ },
},
})