From cfce577132832b5291c5bd3b171d7f4397d44643 Mon Sep 17 00:00:00 2001
From: 819527061@qq.com <123456>
Date: 星期二, 14 五月 2024 17:06:53 +0800
Subject: [PATCH] docs:参数加密

---
 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