Files
yuxingu-Miniprogram-dev/util/yxgConfig.js
T
jackyu66git 23baaa01ed fix: H5 WebView URL 增加版本参数以绕过缓存
每次 H5 更新后递增 YXG_H5_VERSION,强制小程序 WebView 加载最新静态资源。
2026-08-25 01:07:48 +08:00

5 lines
229 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.
/** 愈心魔方 H5digital-psychology user-h5 */
export const YXG_H5_VERSION = '20260825'
export const YXG_H5_BASE = 'https://h5.yuxingu.com.cn/psy/'
export const YXG_H5_HOME_URL = `${YXG_H5_BASE}?mp=1&v=${YXG_H5_VERSION}`