Commit f3a56647 authored by zhengke's avatar zhengke

修复erp 正式地址

parent c75224fe
......@@ -8,7 +8,7 @@ export const domainManager = () => {
//文件站点
ViittoFileUrl: locationName.indexOf('oytour') !== -1 ? "http://imgfile.oytour.com" : 'http://192.168.10.214:8130',
// 通知erp
notificationUrl: locationName.indexOf('oytour') !== -1 ? "http://reborn.oytour.com" : "http://localhost:8081",
notificationUrl: locationName.indexOf('oytour') !== -1 ? "http://yx.oytour.com" : "http://localhost:8081",
}
return obj
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment