From f51896f6358a60ab83456358446ac48085b48298 Mon Sep 17 00:00:00 2001
From: zhangxiaoxu123 <819527061@qq.com>
Date: 星期五, 05 五月 2023 09:49:11 +0800
Subject: [PATCH] 登录页面修改

---
 src/views/activiti/historic-detail/historicDetail.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/activiti/historic-detail/historicDetail.vue b/src/views/activiti/historic-detail/historicDetail.vue
index ee20d05..e871f29 100644
--- a/src/views/activiti/historic-detail/historicDetail.vue
+++ b/src/views/activiti/historic-detail/historicDetail.vue
@@ -215,7 +215,7 @@
         getHighlightImg +
         this.id +
         "?accessToken=" +
-        this.getStore("accessToken") +
+        this.getSessionStore("accessToken") +
         "&time=" +
         new Date();
       this.getDataList();
@@ -262,4 +262,4 @@
     },
   },
 };
-</script>
\ No newline at end of file
+</script>

--
Gitblit v1.9.1