const.js 101 B

12345
  1. // 常量列表
  2. module.exports = {
  3. // ----正式环境-----
  4. apiUrl:"http://cloud.baron.com.cn/"
  5. }