|
@@ -3,9 +3,11 @@ module.exports = {
|
|
|
baseUrl: '/',
|
|
|
// host: 'https://windata.platomix.net',
|
|
|
// etlUrl: 'https://windata.platomix.net',
|
|
|
- host: 'http://sasstest.platomix.net',
|
|
|
- etlUrl: 'http://sasstest.platomix.net',
|
|
|
+ // host: 'http://sasstest.platomix.net',
|
|
|
+ // etlUrl: 'http://sasstest.platomix.net',
|
|
|
// host: 'http://10.10.15.26:7070', // 大米环境
|
|
|
// etlUrl: 'http://10.10.15.26:7070', // 大米环境
|
|
|
+ host: 'https://hr.cscec8st.com.cn:50022',
|
|
|
+ etlUrl: 'https://hr.cscec8st.com.cn:50022',
|
|
|
}
|
|
|
|