17 lines
632 B
JavaScript
17 lines
632 B
JavaScript
const config = {
|
|
fileUrl: 'https://file.zcloudchina.com/JYPXFile', // 附件服务器地址
|
|
|
|
// qyurl: 'http://192.168.0.79:8082/', // 企业前台
|
|
// adminurl: 'https://www.qdkjchina.com/qa-prevention-admin/',
|
|
|
|
// 本机
|
|
weburl: 'http://192.168.0.30:7351/', // 前台地址
|
|
httpurl: 'http://192.168.0.30:8085/', // 后台地址
|
|
portalUrl: 'http://192.168.0.31:8083/' // 门户网站地址
|
|
|
|
// 测试
|
|
// weburl: 'http://192.168.0.31:7351/admin/', // 前台地址
|
|
// httpurl: 'http://192.168.0.31:7350/qa-education-exam-admin/', // 后台地址
|
|
// portalUrl: 'http://192.168.0.31:8089/' // 门户网站地址
|
|
}
|