添加扫码签到功能和相关配置

This commit is contained in:
future
2026-06-03 16:26:44 +08:00
committed by liwentao
parent 68733acc72
commit 26e185a804
8 changed files with 1482 additions and 6 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
const BASE_URL = 'http://localhost:8080/api'
// const BASE_URL = 'http://localhost:8080/api'
const BASE_URL = '/api'
export const request = (options) => {
return new Promise((resolve, reject) => {