config.js 374 Bytes
/*
 * @Date: 2022-09-19 14:11:06
 * @LastEditors: hookehuyr hookehuyr@gmail.com
 * @LastEditTime: 2022-11-17 08:27:16
 * @FilePath: /swx/src/utils/config.js
 * @Description: 文件描述
 */
// TAG:服务器环境配置
// const BASE_URL = "http://wenxuan.onwall.cn"; // 测试服务器
const BASE_URL = "https://oa.onwall.cn"; // 正式服务器

export default BASE_URL