2024-04-25 14:30:50 +08:00
|
|
|
// 高级算法
|
|
|
|
|
export const ADVANCE_BOOT = '/advance-boot'
|
|
|
|
|
|
|
|
|
|
//技术监督
|
2024-05-06 13:57:06 +08:00
|
|
|
export const PROCESS_BOOT = '/process-boot'
|
|
|
|
|
|
|
|
|
|
//工作流模块
|
2024-05-09 18:46:28 +08:00
|
|
|
export const BPM_BOOT = '/bpm-boot'
|
2024-05-09 14:18:39 +08:00
|
|
|
|
2024-05-09 18:46:28 +08:00
|
|
|
//冀北技术监督
|
2024-06-04 18:36:17 +08:00
|
|
|
export const SUPERVISION_BOOT = '/supervision-boot'
|
|
|
|
|
|
|
|
|
|
//终端模块
|
|
|
|
|
export const DEVICE_BOOT = '/device-boot'
|