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/home/home.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/home/home.vue b/src/views/home/home.vue
index ff32ddf..5b0f3d3 100644
--- a/src/views/home/home.vue
+++ b/src/views/home/home.vue
@@ -567,7 +567,7 @@
},
mounted() {
let token = this.getSessionStore('accessToken')
- this.token = `http://111.63.178.115:9093?token=${token}`;
+ this.token = `https://111.63.178.115:9093?token=${token}`;
// this.token = `http://localhost:63343/dp/index.html?token=$vj$xCShfaQRUQlF8lqL1lwWi2auOrkLfkoecRuDWiJXlTnSg1mh6BODfjieo3ncsosjiocew?token1=${token}`;
//this.token = `http://127.0.0.1:8848/dp/index.html?token=${token}`;
//alert(this.toCode('绠$悊鍛�'))
--
Gitblit v1.9.1