Files
yuxingu-Miniprogram-dev/util/yxgConfig.local.js
T
jackyu66gitandCursor b09d82df8d feat: 小程序统一走 Go 后台,咨询与登录切到 /api/v1
去掉协会 WebView 和魔方账密页,微信登录与咨询接口共用同一 token 和拦截器。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-09-15 00:26:28 +08:00

8 lines
324 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/**
* 本地小程序联调统一 Go API
* USE_LOCAL_H5=false → https://h5.yuxingu.com.cn/psy(现网还没有 /api/v1/psychic,会 404
* USE_LOCAL_H5=true → 本机 GoLOCAL_H5_HOST 写成 host:8080(不要写 Vite :5173
*/
export const USE_LOCAL_H5 = false
export const LOCAL_H5_HOST = '127.0.0.1:8080'