Commit c92f5fae authored by 周健威's avatar 周健威

Add new file

parent 2ce35c50
Pipeline #61 canceled with stages
module.exports = {
dev: {
MODE: 'development',
ENV_API: 'https://xxtest.upyuns.com', //测试服务器地址
ROUTER_PATH:"/"
},
test: {
MODE: 'test',
ENV_API: 'https://xxtest.upyuns.com', //测试服务器地址
ROUTER_PATH:"/rvwebsite/"
},
pro: {
MODE: 'production',
ENV_API: 'https://mgmt.dfangche.com', // 正式服务器地址
ROUTER_PATH:"/"
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment