|
@@ -8,7 +8,7 @@ const env = process.env
|
|
|
if (env.NODE_ENV === 'development') {
|
|
|
baseUrl = ``; // 开发环境地址
|
|
|
} else if (env.NODE_ENV === 'production') {
|
|
|
- baseUrl = `https://zyg.changgengkeji.com/`; //生产环境地址
|
|
|
+ baseUrl = `http://manage.changgengkeji.com/`; //生产环境地址
|
|
|
} else if (env.NODE_ENV === 'test') {
|
|
|
baseUrl = `http://manage-test.changgengkeji.com/`; //测试环境地址
|
|
|
}
|