From cb5c9968b763362d399e1c7fce1129ec7434aba8 Mon Sep 17 00:00:00 2001 From: kongdeqiang <123456> Date: 星期三, 26 四月 2023 14:07:31 +0800 Subject: [PATCH] session保存token --- src/views/my-components/xboot/upload-pic-thumb.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/my-components/xboot/upload-pic-thumb.vue b/src/views/my-components/xboot/upload-pic-thumb.vue index b2010c0..f63c17e 100644 --- a/src/views/my-components/xboot/upload-pic-thumb.vue +++ b/src/views/my-components/xboot/upload-pic-thumb.vue @@ -144,7 +144,7 @@ init() { this.setData(this.value); this.accessToken = { - accessToken: this.getStore("accessToken"), + accessToken: this.getSessionStore("accessToken"), }; }, handleView(v, i) { -- Gitblit v1.9.1