瀏覽代碼

惠州随手拍增加网站标识

master
张泽亮 3 天之前
父節點
當前提交
352be9aed7
共有 2 個檔案被更改,包括 11 行新增1 行删除
  1. +1
    -0
      config/index.js
  2. +10
    -1
      src/views/sunVillage_info/suishoupai.vue

+ 1
- 0
config/index.js 查看文件

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


+ 10
- 1
src/views/sunVillage_info/suishoupai.vue 查看文件

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


Loading…
取消
儲存