Showing
3 changed files
with
10 additions
and
9 deletions
| ... | @@ -6,8 +6,8 @@ VITE_BASE = / | ... | @@ -6,8 +6,8 @@ VITE_BASE = / |
| 6 | # VITE_OPENID = o8BRf1gLDWieH3Y3JvbrI_4IjaME | 6 | # VITE_OPENID = o8BRf1gLDWieH3Y3JvbrI_4IjaME |
| 7 | # VITE_OPENID = oJLZq5t9PIKLW9tm1oSUNAuPwssA | 7 | # VITE_OPENID = oJLZq5t9PIKLW9tm1oSUNAuPwssA |
| 8 | # VITE_OPENID = oJLZq5uT_6GwIh2tQWh1F9IoHZ3U | 8 | # VITE_OPENID = oJLZq5uT_6GwIh2tQWh1F9IoHZ3U |
| 9 | -VITE_OPENID = o5CsxuF5AfUirRn4VUwaCSNZrUoM | 9 | +# VITE_OPENID = o5CsxuF5AfUirRn4VUwaCSNZrUoM |
| 10 | -# VITE_OPENID = | 10 | +VITE_OPENID = o5CsxuLo0afvJXB8xu6quygh4MPY |
| 11 | 11 | ||
| 12 | # B端账号 | 12 | # B端账号 |
| 13 | VITE_ID = 13761653761 | 13 | VITE_ID = 13761653761 |
| ... | @@ -17,7 +17,8 @@ VITE_PIN = | ... | @@ -17,7 +17,8 @@ VITE_PIN = |
| 17 | 17 | ||
| 18 | # 反向代理服务器地址 | 18 | # 反向代理服务器地址 |
| 19 | # VITE_PROXY_TARGET = https://oa-dev.onwall.cn | 19 | # VITE_PROXY_TARGET = https://oa-dev.onwall.cn |
| 20 | -VITE_PROXY_TARGET = http://oa.onwall.cn | 20 | +# VITE_PROXY_TARGET = http://oa.onwall.cn |
| 21 | +VITE_PROXY_TARGET = https://oa.jcedu.org | ||
| 21 | 22 | ||
| 22 | # PC端地址 | 23 | # PC端地址 |
| 23 | VITE_MOBILE_URL = http://localhost:5173/ | 24 | VITE_MOBILE_URL = http://localhost:5173/ | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2024-01-16 10:06:47 | 2 | * @Date: 2024-01-16 10:06:47 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2024-01-29 10:09:15 | 4 | + * @LastEditTime: 2024-01-29 10:41:49 |
| 5 | * @FilePath: /xysBooking/src/components/qrCode.vue | 5 | * @FilePath: /xysBooking/src/components/qrCode.vue |
| 6 | * @Description: 预约码卡组件 | 6 | * @Description: 预约码卡组件 |
| 7 | --> | 7 | --> |
| ... | @@ -137,14 +137,14 @@ const qr_code_status = { | ... | @@ -137,14 +137,14 @@ const qr_code_status = { |
| 137 | '1': '未激活', | 137 | '1': '未激活', |
| 138 | '3': '待使用', | 138 | '3': '待使用', |
| 139 | '5': '被取消', | 139 | '5': '被取消', |
| 140 | - '7': '已使用' | 140 | + '9': '已使用', |
| 141 | }; | 141 | }; |
| 142 | 142 | ||
| 143 | const STATUS_CODE = { | 143 | const STATUS_CODE = { |
| 144 | APPLY: '1', | 144 | APPLY: '1', |
| 145 | SUCCESS: '3', | 145 | SUCCESS: '3', |
| 146 | CANCELED: '5', | 146 | CANCELED: '5', |
| 147 | - USED: '7' | 147 | + USED: '9' |
| 148 | }; | 148 | }; |
| 149 | 149 | ||
| 150 | // const refreshBtn = async () => { | 150 | // const refreshBtn = async () => { | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2024-01-16 10:06:47 | 2 | * @Date: 2024-01-16 10:06:47 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2024-01-29 10:02:05 | 4 | + * @LastEditTime: 2024-01-29 10:42:11 |
| 5 | * @FilePath: /xysBooking/src/components/qrCodeSearch.vue | 5 | * @FilePath: /xysBooking/src/components/qrCodeSearch.vue |
| 6 | * @Description: 预约码卡组件 | 6 | * @Description: 预约码卡组件 |
| 7 | --> | 7 | --> |
| ... | @@ -98,14 +98,14 @@ const qr_code_status = { | ... | @@ -98,14 +98,14 @@ const qr_code_status = { |
| 98 | '1': '未激活', | 98 | '1': '未激活', |
| 99 | '3': '待使用', | 99 | '3': '待使用', |
| 100 | '5': '被取消', | 100 | '5': '被取消', |
| 101 | - '7': '已使用' | 101 | + '9': '已使用', |
| 102 | }; | 102 | }; |
| 103 | 103 | ||
| 104 | const STATUS_CODE = { | 104 | const STATUS_CODE = { |
| 105 | APPLY: '1', | 105 | APPLY: '1', |
| 106 | SUCCESS: '3', | 106 | SUCCESS: '3', |
| 107 | CANCELED: '5', | 107 | CANCELED: '5', |
| 108 | - USED: '7' | 108 | + USED: '9' |
| 109 | }; | 109 | }; |
| 110 | 110 | ||
| 111 | const formatStatus = (status) => { | 111 | const formatStatus = (status) => { | ... | ... |
-
Please register or login to post a comment