From 542dcd62fa061525a00339011ff24246f03b820e Mon Sep 17 00:00:00 2001
From: wjli <591616088@qq.com>
Date: 星期二, 09 四月 2024 08:36:49 +0800
Subject: [PATCH] 添加签收查询

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