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