jhwxapp/miniprogram/config.js

8 lines
278 B
JavaScript

// 应用全局配置
module.exports = {
timeout: 60000,
appId: "wx9997d071b4996f23",
//baseUrl: 'http://127.0.0.1:8091',
baseUrl: 'https://szgcwx.jhncidg.com',
noSecuritys:['/wechat/captchaImage','/wechat/login','/wechat/v1/sendPhoneMessage','/wechat/v1/codeUpdatePwd']
};