Merge remote-tracking branch 'origin/master'

This commit is contained in:
@QQNZX 2023-12-06 09:41:27 +08:00
commit 899623c5b0

View File

@ -1,7 +1,10 @@
// 应用全局配置 // 应用全局配置
module.exports = { module.exports = {
baseUrl: 'http://192.168.0.181:8008/', // baseUrl: 'https://vue.ruoyi.vip/prod-api',
// baseUrl: 'http://192.168.0.196:8081/',
baseUrl: 'http://192.168.1.6:8008/',
// baseUrl: 'http://192.168.1.5:8002/cdJdc', // baseUrl: 'http://192.168.1.5:8002/cdJdc',
imagesUrl: 'http://www.nuoyunr.com/lananRsc', imagesUrl: 'http://www.nuoyunr.com/lananRsc',
@ -26,4 +29,4 @@ module.exports = {
} }
] ]
} }
} }