唯一码发放页面完成

This commit is contained in:
zx
2026-03-20 09:45:13 +08:00
parent 100ea5a0d1
commit b648176e82
63 changed files with 11415 additions and 52 deletions

View File

@@ -1,5 +1,6 @@
//存放主站域名
const BASE_URL = 'http://47.100.212.83:18088' // 正式环境接口
const BASE_URL = 'http://192.168.1.5:8082' // 正式环境接口
// const BASE_URL = 'http://47.100.212.83:18088' // 正式环境接口
// const BASE_URL = 'http://192.168.1.9:8088' // 测试环境接口
// const BASE_URL = 'http://192.168.1.5:8088' // 测试环境接口
const BASE_URL_IMG = BASE_URL + "/img/upload"; // 上传图片