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

This commit is contained in:
2026-06-04 19:11:00 +08:00
parent 5e58d9a0dc
commit 77ed3b890f
5 changed files with 2 additions and 472 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)