diff --git a/util/yxgConfig.js b/util/yxgConfig.js index 06f2b97..c8cd594 100644 --- a/util/yxgConfig.js +++ b/util/yxgConfig.js @@ -1,3 +1,4 @@ /** 愈心魔方 H5(digital-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` +export const YXG_H5_HOME_URL = `${YXG_H5_BASE}?mp=1&v=${YXG_H5_VERSION}`