Files
yuxingu-Miniprogram-dev/util/yxgConfig.local.js
T
jackyu66gitandCursor 5667b9f49b fix: 愈心魔方顶栏 logo 移至页面外层 nav-bar(202608278)
弃用 web-view 内 cover 层,改为 yxg-nav-bar + web-view 兄弟结构;
logo 使用包内静态图,H5 参数 nh=1&sbh=4。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-25 03:25:26 +08:00

8 lines
310 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.
/**
* 本地小程序联调 H5
* USE_LOCAL_H5=false → 开发编译也访问远程 https://h5.yuxingu.com.cn/psy/(默认)
* USE_LOCAL_H5=true → 访问本机 ViteLOCAL_H5_HOST 与 npm run dev:mp 打印一致
*/
export const USE_LOCAL_H5 = false
export const LOCAL_H5_HOST = '192.168.100.16:5173'