192 Star 873 Fork 421

AgileBPM / 工作流-OA-低代码-表单-的前端工程-vue3-ts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.env 799 Bytes
一键复制 编辑 原始数据 按行查看 历史
# 一下配置是给 AgileBPM 组件使用的
# 基础API
VUE_APP_API_URL= /api
# 配后端数据的接收方式application/json;charset=UTF-8 或 application/x-www-form-urlencoded;charset=UTF-8
VUE_APP_contentType= application/json;charset=UTF-8
# 需要加loading层的请求,防止重复提交
# 状态信息的字段名称
VUE_APP_messageName= msg
# 最长请求时间
VUE_APP_requestTimeout= 20000
# 数据状态的字段名称
VUE_APP_statusName= code
# 操作正常code,支持String、Array、int多种类型
VUE_APP_successCode= [200, 0, "200", "0", "Success", "bpmConfirm"]
# token存储位置localStorage sessionStorage cookie
VUE_APP_storage= localStorage
VUE_APP_tokenName= token
# token在localStorage、sessionStorage、cookie存储的key的名称
VUE_APP_tokenTableName= ab-token
JavaScript
1
https://gitee.com/agile-bpm/agilebpm-ui.git
git@gitee.com:agile-bpm/agilebpm-ui.git
agile-bpm
agilebpm-ui
工作流-OA-低代码-表单-的前端工程-vue3-ts
master

搜索帮助