dashboard
repositories
filestore
activity
search
login
甘晶君
/
Probim-crm
CRM前端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改参数及页面
zjf
2023-03-03
26e972196ed6046bcb7fb341be86241c8300fd2b
[~ganjingjun/Probim-crm.git]
/
config
/
prod.env.js
1
2
3
4
5
6
'use strict'
module.exports = {
NODE_ENV: '"production"',
// BASE_API: '"http://www.probim.cn:6683/api/"'
BASE_API: '"http://api.crm.urlink.com.cn/api/"'
}