8 lines
221 B
JavaScript
8 lines
221 B
JavaScript
|
// 应用全局配置
|
||
|
module.exports = {
|
||
|
timeout: 60000,
|
||
|
appId: "wx9997d071b4996f23",
|
||
|
//baseUrl: 'https://szgcwx.jhncidg.com',
|
||
|
baseUrl: 'http://127.0.0.1:8091',
|
||
|
noSecuritys:['/wechat/captchaImage','/wxApi/login']
|
||
|
};
|