|
|
@@ -10,12 +10,12 @@ if (process.env.NODE_ENV === 'development') { // 开发环境
|
|
|
// baseUrl = 'http://192.168.1.180:8081'
|
|
|
// uploadBaseUrl = 'http://192.168.1.152:8081/ftp/video'
|
|
|
baseUrl = 'http://47.92.55.118:9012'
|
|
|
- uploadBaseUrl = 'http://216.83.54.193:8081/ftp/ftp'
|
|
|
- uploadVideoBaseUrl = 'http://216.83.54.193:8081/ftp/video'
|
|
|
+ uploadBaseUrl = 'http://47.92.55.118:9012/ftp/ftp'
|
|
|
+ uploadVideoBaseUrl = 'http://47.92.55.118:9012/ftp/video'
|
|
|
} else if (process.env.NODE_ENV === 'testing') { // 测试环境
|
|
|
baseUrl = 'http://47.92.55.118:9012'
|
|
|
- uploadBaseUrl = 'http://216.83.54.193:8081/ftp/ftp'
|
|
|
- uploadVideoBaseUrl = 'http://216.83.54.193:8081/ftp/video'
|
|
|
+ uploadBaseUrl = 'http://47.92.55.118:9012/ftp/ftp'
|
|
|
+ uploadVideoBaseUrl = 'http://47.92.55.118:9012/ftp/video'
|
|
|
} else if (process.env.NODE_ENV === 'production') { // 线上环境
|
|
|
baseUrl = 'http://216.83.54.193:8081'
|
|
|
uploadBaseUrl = 'http://216.83.54.193:8081/ftp/ftp'
|