9 lines
382 B
JavaScript
9 lines
382 B
JavaScript
const config = {
|
|
weburl: 'http://192.168.0.16:18461/', // 前台地址
|
|
httpurl: 'http://192.168.0.16:8461/', // 后台地址
|
|
qyurl: 'http://192.168.0.16:8082/', // 企业前台
|
|
// fileUrl: 'http://192.168.0.14:8081/'
|
|
fileUrl: 'http://192.168.20.240:8463/wlaq/', // 附件服务器地址(内测)
|
|
// fileUrl: 'https://wlqy.zcloudchina.com/file/'// 附件服务器地址
|
|
}
|