16 lines
978 B
JavaScript
16 lines
978 B
JavaScript
// eslint-disable-next-line no-unused-vars
|
|
const config = {
|
|
// weburl: 'http://192.168.151.43:8080/', // 前台地址
|
|
// httpurl: 'http://qgqy.qhdsafety.com/qa-prevention-gwj/', // 后台地址
|
|
weburl: 'http://192.168.0.29:8080/', // 前台地址
|
|
httpurl: 'http://192.168.0.29:8091/', // 后台地址
|
|
qyurl: 'https://qgqy.qhdsafety.com/', // 企业前台
|
|
adminurl: 'https://www.qdkjchina.com/qa-prevention-admin/',
|
|
// 正式
|
|
fileUrl: 'https://qgqy.qhdsafety.com/file/', // 附件服务器地址
|
|
weburlWaiwang: 'https://qgqy.qhdsafety.com/', // 服务器外网地址
|
|
httpurlWaiwang: 'https://qgqy.qhdsafety.com/qa-prevention-gwj/', // ,
|
|
fileUrlWaiwang: 'https://qgqy.qhdsafety.com/file/', // 服务器外网 附件地址,
|
|
publicKey: 'MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC2zCyUYSD0pNrbtaYdvGfHfWoRV+fo/2N9O2PLLz/jZvMkigkq4eAq4JO+Ek0wDHI9WxP6iTSLYCHhIOs9CQTPvyldJFm8riZtQZlBTD8Plkb3rjrgwTqbBi3w3+HKYdkSvGFXJIdSOPbpXnj5BzN8vlVaybs24R/vpUzG9178lwIDAQAB'
|
|
}
|