12 lines
586 B
JavaScript
12 lines
586 B
JavaScript
|
const config = {
|
||
|
weburl: 'http://192.168.0.112:8082/', // 前台地址
|
||
|
httpurl: 'http://192.168.0.112:8098/', // 后台地址
|
||
|
// httpurl: 'https://operate.zcloudchina.com/', // 后台地址
|
||
|
qyurl: 'https://qyag.zcloudchina.com/qyag/', // 企业前台
|
||
|
adminurl: 'https://www.qdkjchina.com/qa-prevention-admin/',
|
||
|
// fileUrl: 'http://192.168.0.14:8081/'
|
||
|
// templatefileUrl: 'https://qyag.zcloudchina.com/file/', // 模板附件服务器地址
|
||
|
templatefileUrl: 'https://qaaq.qhdsafety.com/file/',
|
||
|
fileUrl: 'https://file.zcloudchina.com/YTHFile' // 附件服务器地址
|
||
|
}
|