From 352be9aed7907884669b2ec0234b8c72e260efac Mon Sep 17 00:00:00 2001 From: zzl <961867786@qq.com> Date: Thu, 5 Jun 2025 16:28:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=83=A0=E5=B7=9E=E9=9A=8F=E6=89=8B=E6=8B=8D?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=BD=91=E7=AB=99=E6=A0=87=E8=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/index.js | 1 + src/views/sunVillage_info/suishoupai.vue | 11 ++++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/config/index.js b/config/index.js index a73616ff..5c4ed97a 100644 --- a/config/index.js +++ b/config/index.js @@ -14,6 +14,7 @@ module.exports = { // 请求的目标主机 //target: 'http://218.59.175.44:8082/nsgk_test/', // 公网测试环境 // target: `http://192.168.0.116:8091/nsgk_api/`, // 内网测试环境 + // target: 'http://218.59.175.44:8103/huizhou_suishoupai/', // 惠州随手拍 target: 'http://localhost:8080/', //target: 'http://192.168.0.106:8080/', changeOrigin: true, diff --git a/src/views/sunVillage_info/suishoupai.vue b/src/views/sunVillage_info/suishoupai.vue index 65419697..d5cca203 100644 --- a/src/views/sunVillage_info/suishoupai.vue +++ b/src/views/sunVillage_info/suishoupai.vue @@ -103,7 +103,10 @@ -
京ICP备2021008228号
+
+ 京ICP备2021008228号
+ +
@@ -145,6 +148,12 @@ adviceType:'' }; }, + mounted() { + const script = document.createElement('script'); + script.src = 'https://dcs.conac.cn/js/nis/44/13/00/69e84c4c4de4edcea792153305de8ad3/1244130045665925XE-20005150.js'; + script.type = 'text/javascript'; + document.body.appendChild(script); + }, created() { this.queryParams.bookId = Cookies.get('bookId'); this.queryParams.deptId = Cookies.get('deptId');