- // URL
- export let BASEURL = '';
- // if(process.env.NODE_ENV === 'development'){ // 开发环境
- // BASEURL = 'https://test.ohplay.radio1964.net/ohplay/Web/HttpToTcp';
- // }else{ // 生产
- // BASEURL = 'https://ohplay.radio1964.net/ohplay/Web/HttpToTcp';
- // };
- if(process.env.NODE_ENV === 'development'){ // 开发环境
- BASEURL = 'https://test.ohplay.radio1964.net/';
- }else{ // 生产
- BASEURL = 'https://ohplay.radio1964.net/';
- };
|