9 lines
357 B
JavaScript
9 lines
357 B
JavaScript
|
const config = {
|
||
|
weburl: 'http://192.168.0.49:8082/', // 前台地址
|
||
|
httpurl: 'http://192.168.0.49:8085/', // 后台地址
|
||
|
qyurl: 'http://192.168.0.49:8082/', // 企业前台
|
||
|
adminurl: 'https://www.qdkjchina.com/qa-prevention-admin/',
|
||
|
// fileUrl: 'http://192.168.0.14:8081/'
|
||
|
fileUrl: 'https://wwag.qhdsafety.com/file'// 附件服务器地址
|
||
|
}
|