config.js 305 B

12345678910
  1. class Config {
  2. constructor() {
  3. }
  4. }
  5. // Config.restUrl = 'https://xcx.jiugell.com/music_key/public/index.php?s=';//api接口
  6. Config.restUrl = 'https://www.ylysjy.top/index.php?s=';
  7. // Config.restUrl = 'http://192.168.0.115'; //api接口
  8. // Config.onPay = true; //是否启用支付
  9. export { Config };