|
@@ -1,12 +1,12 @@
|
|
|
//env.js
|
|
|
-module.exports={
|
|
|
+module.exports = {
|
|
|
//生产环境
|
|
|
- prod:{
|
|
|
- // baseUrl:'https://client.ohplay.radio1964.net'
|
|
|
- baseUrl: 'https://client.ohplay.keepradioon.net'
|
|
|
+ prod: {
|
|
|
+ // baseUrl: 'https://client.ohplay.keepradioon.net'
|
|
|
+ baseUrl: 'https://client.ohplay.radio1964.net'
|
|
|
},
|
|
|
//测试环境
|
|
|
- test:{
|
|
|
- baseUrl:'https://o3tapi.radio1964.com'
|
|
|
+ test: {
|
|
|
+ baseUrl: 'https://o3tapi.radio1964.com'
|
|
|
}
|
|
|
}
|