12 lines
248 B
Plaintext
12 lines
248 B
Plaintext
# 页面标题
|
|
VUE_APP_TITLE = 若依管理系统
|
|
|
|
# 生产环境配置
|
|
ENV = 'production'
|
|
|
|
# 若依管理系统/生产环境
|
|
VUE_APP_BASE_API = '/prod-api'
|
|
# 工作流地址
|
|
VUE_APP_FLOW_API = '/prod-api'
|
|
#VUE_APP_FLOW_API = 'http://localhost:81'
|