Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
xysBooking
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-12-26 11:17:44 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
63c8e4d188d7eecbde3fbd6254b4eb76e5731bdc
63c8e4d1
1 parent
4deb9c69
fix 去掉域名信息
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/qrCode.vue
src/components/qrCode.vue
View file @
63c8e4d
<!--
* @Date: 2024-01-16 10:06:47
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-
01-30 17:58:07
* @LastEditTime: 2024-
12-26 11:15:45
* @FilePath: /xysBooking/src/components/qrCode.vue
* @Description: 预约码卡组件
-->
...
...
@@ -226,7 +226,7 @@ onMounted(async () => {
if (code) {
data.forEach(item => {
// 生成二维码地址
item.qr_code_url = '
http://oa.onwall.cn
/admin?m=srv&a=get_qrcode&key=' + item.qr_code;
item.qr_code_url = '/admin?m=srv&a=get_qrcode&key=' + item.qr_code;
item.sort = 0;
});
const { code: status_code, data: status_data } = await qrcodeStatusAPI({ qr_code: data[select_index.value]?.qr_code });
...
...
Please
register
or
login
to post a comment