env.js 459 Bytes
/*
 * @Date: 2023-03-23 17:51:33
 * @LastEditors: hookehuyr hookehuyr@gmail.com
 * @LastEditTime: 2023-03-23 17:51:46
 * @FilePath: /custom_form/config/config.js
 * @Description: 文件描述
 */
// 反向代理服务器地址

export const DEV_PROXY_TARGET = 'http://oa-dev.onwall.cn'
export const PROD_PROXY_TARGET = 'https://oa.onwall.cn'

// API请求前缀
export const PROXY_PREFIX = '/srv/'

// 项目前缀
export const PROGRAM_PREFIX = 'custom_form'