9 lines
383 B
JavaScript
9 lines
383 B
JavaScript
const config = {
|
|
weburl: 'http://192.168.0.16:8082/', // 前台地址
|
|
httpurl: 'http://192.168.0.16:7061/', // 后台地址
|
|
qyurl: 'http://192.168.0.16:8082/', // 企业前台
|
|
// fileUrl: 'http://192.168.0.14:8081/'
|
|
// fileUrl: 'http://36.133.193.8:8086/wlaqfile/', // 附件服务器地址(测试)
|
|
fileUrl: 'https://wlqy.zcloudchina.com/file/'// 附件服务器地址
|
|
}
|