11 lines
411 B
JavaScript
11 lines
411 B
JavaScript
// 应用全局配置
|
|
module.exports = {
|
|
timeout: 60000,
|
|
appId: "wx46466c7828eede2b",
|
|
//baseUrl: 'https://xiangguan.sxyanzhu.com',
|
|
baseUrl: 'http://127.0.0.1:8080',
|
|
//baseImgUrl: 'https://xiangguan.sxyanzhu.com',
|
|
//baseImgUrl: 'https:xiangguan.sxyanzhu.com/file',
|
|
baseImgUrl: 'http://127.0.0.1:9300',
|
|
noSecuritys:['/code','/auth/wxLogin','/auth/getMaOpenId','/auth/getMaPhoneNumber','/auth/maLogin']
|
|
}; |