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');