| @@ -14,6 +14,7 @@ module.exports = { | |||||
| // 请求的目标主机 | // 请求的目标主机 | ||||
| //target: 'http://218.59.175.44:8082/nsgk_test/', // 公网测试环境 | //target: 'http://218.59.175.44:8082/nsgk_test/', // 公网测试环境 | ||||
| // target: `http://192.168.0.116:8091/nsgk_api/`, // 内网测试环境 | // target: `http://192.168.0.116:8091/nsgk_api/`, // 内网测试环境 | ||||
| // target: 'http://218.59.175.44:8103/huizhou_suishoupai/', // 惠州随手拍 | |||||
| target: 'http://localhost:8080/', | target: 'http://localhost:8080/', | ||||
| //target: 'http://192.168.0.106:8080/', | //target: 'http://192.168.0.106:8080/', | ||||
| changeOrigin: true, | changeOrigin: true, | ||||
| @@ -103,7 +103,10 @@ | |||||
| </div> | </div> | ||||
| </van-form> | </van-form> | ||||
| <div style="height: 50px; margin-top: 20px;" align="center">京ICP备2021008228号</div> | |||||
| <div style="height: 50px; margin-top: 20px;" align="center"> | |||||
| 京ICP备2021008228号<br> | |||||
| <span id='_ideConac'></span> | |||||
| </div> | |||||
| </div> | </div> | ||||
| </template> | </template> | ||||
| @@ -145,6 +148,12 @@ | |||||
| adviceType:'' | 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() { | created() { | ||||
| this.queryParams.bookId = Cookies.get('bookId'); | this.queryParams.bookId = Cookies.get('bookId'); | ||||
| this.queryParams.deptId = Cookies.get('deptId'); | this.queryParams.deptId = Cookies.get('deptId'); | ||||