Skip to content

Commit

Permalink
feat:更新
Browse files Browse the repository at this point in the history
  • Loading branch information
xkloveme committed Dec 22, 2023
1 parent 3ae6b28 commit e4c3cdf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Qrcode.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
* @Date: 2023-09-19
* @LastEditTime: 2023-12-22 14:33:14
* @LastEditTime: 2023-12-22 14:56:31
* @LastEditors: xkloveme
* @FileDesc:new page
* @FilePath: /black-tool/src/components/Qrcode.vue
Expand Down Expand Up @@ -108,9 +108,9 @@ let qr = ref('')
// https://yyfbxt.szhz.hangzhou.gov.cn:8068/web/mgop/gov-open/zj/2002207948/reserved/jump.html?
// https://mapi.zjzwfw.gov.cn/web/mgop/gov-open/zj/2002271810/lastTest/jump.html?debug=true#/?
// 临安一网监督
let newQr = computed(() => `https://yyfbxt.szhz.hangzhou.gov.cn:8068/web/mgop/gov-open/zj/2002207948/reserved/jump.html?url=${encodeURIComponent(qr.value)}`)
// let newQr = computed(() => `https://yyfbxt.szhz.hangzhou.gov.cn:8068/web/mgop/gov-open/zj/2002207948/reserved/jump.html?url=${encodeURIComponent(qr.value)}`)
// 嘉善一网监督
// let newQr = computed(() => `https://mapi.zjzwfw.gov.cn/web/mgop/gov-open/zj/2002271810/lastTest/jump.html?debug=true#/?url=${encodeURIComponent(qr.value)}`)
let newQr = computed(() => `https://mapi.zjzwfw.gov.cn/web/mgop/gov-open/zj/2002271810/lastTest/jump.html?url=${encodeURIComponent(qr.value)}`)
let linkConfig = ref({
title: '',
url: ''
Expand Down

0 comments on commit e4c3cdf

Please sign in to comment.