|
@@ -9,7 +9,7 @@ let configs = {
|
|
if (process.env.NODE_ENV === 'development') {
|
|
if (process.env.NODE_ENV === 'development') {
|
|
// 测试环境
|
|
// 测试环境
|
|
configs = Object.assign(configs, {
|
|
configs = Object.assign(configs, {
|
|
- // baseUrl: 'https://app.sunzee.com.cn/ShenzeeServer',
|
|
|
|
|
|
+ // baseUrl: 'https://app.sunzee.com.cn/cleanMachineServer',
|
|
baseUrl: 'http://127.0.0.1:8090',
|
|
baseUrl: 'http://127.0.0.1:8090',
|
|
});
|
|
});
|
|
}
|
|
}
|
|
@@ -17,7 +17,7 @@ if (process.env.NODE_ENV === 'development') {
|
|
if (process.env.NODE_ENV === 'production') {
|
|
if (process.env.NODE_ENV === 'production') {
|
|
// 生产环境
|
|
// 生产环境
|
|
configs = Object.assign(configs, {
|
|
configs = Object.assign(configs, {
|
|
- baseUrl: 'https://app.sunzee.com.cn/ShenzeeServer',
|
|
|
|
|
|
+ baseUrl: 'https://app.sunzee.com.cn/cleanMachineServer',
|
|
// isProduction: true,
|
|
// isProduction: true,
|
|
});
|
|
});
|
|
}
|
|
}
|