更新团课列表页面,修复路径代理导致的错误识别

This commit is contained in:
2026-06-04 19:11:00 +08:00
parent fc5f094f8c
commit c8fa427379
8 changed files with 6 additions and 17 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ import { onLoad, onUnload } from '@dcloudio/uni-app'
// 引入状态组件(路径与你保持一致)
import QrStatus from '@/components/QRCode/StatusCard.vue'
// 引入API封装
import { getQRCode, checkIn as apiCheckIn } from '@/api/main.js'
import { getQRCode, checkIn as apiCheckIn } from '@/request_api/main.js'
let image = ref("")
let width = ref(0)