Files
xingque/config/club-config.js
2026-07-09 00:17:03 +08:00

12 lines
421 B
JavaScript
Raw Permalink 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.
/**
* 小程序所属俱乐部配置 — 每个小程序工程编译前改这里即可。
* 星阙 = xq星之界 = xzj与 club 表 club_id 一致。
* 不要依赖后端猜测:前端必须明确所属 club。
*/
export const CLUB_ID = 'xzj';
/** 与 club 表 wx_appid 一致,登录时可传给后端反查 club */
export const WX_APP_ID = 'wxdefa454152e78a03';
export const CLUB_NAME = '星之界电竞';