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

11 lines
411 B
JavaScript
Raw Normal View History

2024-10-13 11:24:45 +08:00
// 应用全局配置
module.exports = {
timeout: 60000,
2024-12-29 11:46:50 +08:00
appId: "wx46466c7828eede2b",
2025-01-14 11:34:38 +08:00
baseUrl: 'https://xiangguan.sxyanzhu.com',
2024-12-30 23:08:14 +08:00
//baseUrl: 'http://127.0.0.1:8080',
2025-01-14 11:34:38 +08:00
baseImgUrl: 'https://xiangguan.sxyanzhu.com',
2025-01-04 18:20:48 +08:00
//baseImgUrl: 'https:xiangguan.sxyanzhu.com/file',
2024-12-30 23:08:14 +08:00
//baseImgUrl: 'http://127.0.0.1:9300',
2024-10-15 23:55:05 +08:00
noSecuritys:['/code','/auth/wxLogin','/auth/getMaOpenId','/auth/getMaPhoneNumber','/auth/maLogin']
2024-10-13 11:24:45 +08:00
};