jhwxapp/miniprogram/config.js

8 lines
278 B
JavaScript
Raw Permalink Normal View History

2024-03-17 16:19:31 +08:00
// 应用全局配置
module.exports = {
timeout: 60000,
2024-04-08 00:58:58 +08:00
appId: "wx9997d071b4996f23",
//baseUrl: 'http://127.0.0.1:8091',
2024-03-19 23:25:38 +08:00
baseUrl: 'https://szgcwx.jhncidg.com',
2024-05-03 10:37:27 +08:00
noSecuritys:['/wechat/captchaImage','/wechat/login','/wechat/v1/sendPhoneMessage','/wechat/v1/codeUpdatePwd']
2024-03-17 16:19:31 +08:00
};