feat: 小程序统一走 Go 后台,咨询与登录切到 /api/v1
去掉协会 WebView 和魔方账密页,微信登录与咨询接口共用同一 token 和拦截器。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* 本地小程序联调 H5
|
||||
* USE_LOCAL_H5=false → 开发编译也访问远程 https://h5.yuxingu.com.cn/psy/(默认)
|
||||
* USE_LOCAL_H5=true → 访问本机 Vite,LOCAL_H5_HOST 与 npm run dev:mp 打印一致
|
||||
* 本地小程序联调统一 Go API
|
||||
* USE_LOCAL_H5=false → https://h5.yuxingu.com.cn/psy(现网还没有 /api/v1/psychic,会 404)
|
||||
* USE_LOCAL_H5=true → 本机 Go,LOCAL_H5_HOST 写成 host:8080(不要写 Vite :5173)
|
||||
*/
|
||||
export const USE_LOCAL_H5 = false
|
||||
export const LOCAL_H5_HOST = '192.168.100.16:5173'
|
||||
export const LOCAL_H5_HOST = '127.0.0.1:8080'
|
||||
|
||||
Reference in New Issue
Block a user