|
@@ -16,7 +16,7 @@ if (process.env.NODE_ENV === 'development') {
|
|
|
if (process.env.NODE_ENV === 'production') {
|
|
|
// 生产环境
|
|
|
configs = Object.assign(configs, {
|
|
|
- baseUrl: 'https://xxx/',
|
|
|
+ baseUrl: 'https://app.sunzee.com.cn/ShenzeeServer',
|
|
|
// isProduction: true,
|
|
|
});
|
|
|
}
|