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