const.js 102 B

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