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