fix:修改企标制修订时多个被代替标准时出现的顺序号bug

This commit is contained in:
wxyclub
2023-08-23 16:04:51 +08:00
parent 1f9baa61d5
commit 4ec5cd2563
+6 -5
View File
@@ -1,7 +1,8 @@
/*** @description: 通用配置
* @author: chenxiaoxi
* @date: 2018-09-04 17:47:46
*/
/*** 前端本地配置文件:
@description: 通用配置
* @author: chenxiaoxi
* @date: 2018-09-04 17:47:46
*/
// 服务器地址
// const devIp = '39.98.140.126'
// const devInterfacePORT = '4202'
@@ -77,4 +78,4 @@ module.exports = {
enterprise: enterprise, // GQ广汽 SJZX数据中心
theme: theme, // 主题
processInterfaceURL: `http://${serverIP}:${processPort}/bat-wkflow`
}
}