2024-11-19 13:58:41 +08:00
|
|
|
const config = {
|
2025-05-27 09:18:24 +08:00
|
|
|
weburl: 'http://192.168.0.16:18461/', // 前台地址
|
|
|
|
httpurl: 'http://192.168.0.16:8461/', // 后台地址
|
2024-11-19 13:58:41 +08:00
|
|
|
qyurl: 'http://192.168.0.16:8082/', // 企业前台
|
|
|
|
// fileUrl: 'http://192.168.0.14:8081/'
|
2025-05-27 09:18:24 +08:00
|
|
|
fileUrl: 'http://192.168.20.240:8463/wlaq/', // 附件服务器地址(内测)
|
|
|
|
// fileUrl: 'https://wlqy.zcloudchina.com/file/'// 附件服务器地址
|
2024-11-19 13:58:41 +08:00
|
|
|
}
|