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