From d583ee91ff627890ce0a2a1055dcdc394d2391e2 Mon Sep 17 00:00:00 2001
From: xuefei <564615061@qq.cm>
Date: 星期四, 04 五月 2023 09:55:18 +0800
Subject: [PATCH] 登录密码验证base64加密

---
 src/views/auto-chat/setting/setting.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/auto-chat/setting/setting.vue b/src/views/auto-chat/setting/setting.vue
index cd946c8..e895cff 100644
--- a/src/views/auto-chat/setting/setting.vue
+++ b/src/views/auto-chat/setting/setting.vue
@@ -374,7 +374,7 @@
         });
         return;
       }
-      this.demoUrl = `${this.domain}/chat/chat.html?accessToken=${this.getStore(
+      this.demoUrl = `${this.domain}/chat/chat.html?accessToken=${this.getSessionStore(
         "accessToken"
       )}&time=${new Date()}`;
       if (previewPC) {
@@ -510,4 +510,4 @@
     background: #fafafa;
   }
 }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.9.1