YZProjectCloud/yanzhu-ui-app/miniprogram/config.js

19 lines
502 B
JavaScript
Raw Normal View History

2024-10-13 11:24:45 +08:00
// 应用全局配置
module.exports = {
2025-08-01 18:25:02 +08:00
timeout: 60000,
2025-09-11 18:08:01 +08:00
appId: "wx007a8fd50dc185b2",
//baseUrl: "https://xiangguan.sxyanzhu.com/wechat",
2025-09-11 18:08:01 +08:00
baseUrl: "https://jaszpt.crfeb.com.cn/wechat",
//baseUrl: "http://127.0.0.1:8080",
//baseImgUrl: "https://xiangguan.sxyanzhu.com",
baseImgUrl: "https://jaszpt.crfeb.com.cn",
2025-08-01 18:25:02 +08:00
//baseImgUrl: 'http://127.0.0.1:9300',
2025-08-01 23:39:18 +08:00
noSecuritys: [
"/code",
"/auth/wxLogin",
"/auth/getMaOpenId",
"/auth/getMaPhoneNumber",
"/auth/maLogin",
],
};