From a6ed23b018343a68f9fd276647cc4af817398d1b Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期四, 01 二月 2024 15:21:26 +0800
Subject: [PATCH] feat:修改部分问题

---
 src/views/my-components/xboot/upload-pic-input.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/my-components/xboot/upload-pic-input.vue b/src/views/my-components/xboot/upload-pic-input.vue
index 66d7cc4..80c7ffd 100644
--- a/src/views/my-components/xboot/upload-pic-input.vue
+++ b/src/views/my-components/xboot/upload-pic-input.vue
@@ -150,7 +150,7 @@
   methods: {
     init() {
       this.accessToken = {
-        accessToken: this.getStore("accessToken"),
+        accessToken: this.getSessionStore("accessToken"),
       };
     },
     viewImage() {

--
Gitblit v1.9.1