feat: 封装了接口请求的工具与获取微信授权码的方法

This commit is contained in:
2025-07-20 20:34:32 +08:00
parent fd287ada91
commit efe578cf0b
7 changed files with 125 additions and 0 deletions

3
constant/base.js Normal file
View File

@@ -0,0 +1,3 @@
const isProd = true
export const BASE_URL = 'http://8.138.234.141/ingress'