You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
NODE_ENV = 'production'
|
|
# 平台 CCFLOW 、JFLOW
|
|
VUE_APP_PLATFORM=CCFLOW
|
|
# 开发环境接口地址
|
|
VUE_APP_API_URL=http://localhost:2296/
|
|
# 处理器
|
|
VUE_APP_HANDLER=/api/WF/Comm/ProcessRequest
|
|
#开发环境接口地址
|
|
VUE_APP_API=/WF/API/
|
|
# 发起、待办域名配置
|
|
VUE_APP_DOMAIN=ERP
|
|
#密钥
|
|
VUE_APP_PRIVATEKEY=DiGuaDiGua,IamCCBPM
|
|
|
|
|
|
|
|
|