2024-10-13 11:24:45 +08:00
|
|
|
// 应用全局配置
|
|
|
|
module.exports = {
|
|
|
|
timeout: 60000,
|
|
|
|
appId: "wx2350a5efb3f28e66",
|
2024-10-13 15:40:15 +08:00
|
|
|
baseUrl: 'http://127.0.0.1:8080',
|
2024-12-17 20:25:21 +08:00
|
|
|
baseImgUrl: 'http://127.0.0.1:9300',
|
2024-10-15 23:55:05 +08:00
|
|
|
noSecuritys:['/code','/auth/wxLogin','/auth/getMaOpenId','/auth/getMaPhoneNumber','/auth/maLogin']
|
2024-10-13 11:24:45 +08:00
|
|
|
};
|