YZProjectCloud/yanzhu-ui-app/miniprogram/utils/config.wxs

8 lines
162 B
Plaintext
Raw Permalink Normal View History

2025-10-31 14:18:44 +08:00
// WXS 配置文件
var config = {
// 与 config.js 中的 baseImgUrl 保持同步
2025-12-15 15:32:48 +08:00
baseImgUrl: "https://xiangguan.sxyanzhu.com",
2025-10-31 14:18:44 +08:00
};
module.exports = config;