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

Add new file

parent ebd61073
module.exports = {
dev: {
MODE: 'development',
ENV_API: 'https://xxtest.upyuns.com' //测试服务器地址
},
pro: {
MODE: 'production',
ENV_API: 'https://mgmt.dfangche.com' // 正式服务器地址
}
}
\ 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