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

This commit is contained in:
future
2026-06-03 16:26:44 +08:00
parent e304c1b724
commit 14a0fe8d4f
9 changed files with 1488 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) => {