更改已办任务,能力申请processDefinitionKey: abilityprocess_v2参数,市局v2 ,其他v3

This commit is contained in:
guoyue 2022-10-02 14:59:23 +08:00
parent d549a7f73d
commit ded5cfed22
2 changed files with 7 additions and 8 deletions

View File

@ -7,8 +7,8 @@
*/
var _global = {}
var CONFIGITEM = {
// version: 'qingdao', // 青岛
version: 'xihaian', // 西海岸
version: 'qingdao', // 青岛
// version: 'xihaian', // 西海岸
// version: 'test', // 测试
// version: 'frp', // 内网穿透
// version: 'dev', // 开发

View File

@ -1,13 +1,12 @@
/*
* @Author: hisense.liangjunhua
* @Author: hisense.guoyue
* @Date: 2022-08-23 10:30:11
* @LastEditors: hisense.liangjunhua
* @LastEditTime: 2022-09-01 16:06:05
* @Description: 告诉大家这是什么
* @LastEditors: hisense.guoyue
* @LastEditTime: 2022-10-02 14:47:05
* @Description: 判断当前环境是西海岸还是青岛市局
*/
const returnLocationStr = () => {
// return 'qingdao'
return 'xihaian'
return CONFIGITEM.version
}
export default returnLocationStr