config.js 450 B

12345678910111213141516
  1. /*
  2. * @Author: wj 1454560336@qq.com
  3. * @Date: 2024-01-05 16:08:18
  4. * @LastEditors: wenjie 1454560336@qq.com
  5. * @LastEditTime: 2024-11-07 17:36:55
  6. * @FilePath: \admin-manage\src\utils\config.js
  7. * @Description: 124234
  8. *
  9. * Copyright (c) 2024 by ${git_name_email}, All Rights Reserved.
  10. */
  11. // const BASE_URL = 'https://api.zonelife.cn/';
  12. const BASE_URL = 'https://api.dev.zonelife.cn/';
  13. // http://192.168.110.226:9002
  14. exports.BASE_URL = BASE_URL;