jhprjv2/ruoyi-ui-app/miniprogram/config.js

8 lines
288 B
JavaScript
Raw Normal View History

2024-09-08 15:55:07 +08:00
// 应用全局配置
module.exports = {
timeout: 60000,
2024-09-08 23:16:48 +08:00
appId: "wx46466c7828eede2b",
2024-09-08 15:55:07 +08:00
//baseUrl: 'http://127.0.0.1:8091',
2024-09-08 23:16:48 +08:00
baseUrl: 'https://xiangguan.sxyanzhu.com/jhapp',
2024-09-08 15:55:07 +08:00
noSecuritys:['/wechat/captchaImage','/wechat/login','/wechat/v1/sendPhoneMessage','/wechat/v1/codeUpdatePwd']
};