多单位版国产化地质资料管理系统
zhai
2025-12-13 fc0cc9fff4b4cbdc7cbb52b4a96c947530fcbba0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
var GatewayImgs = {
    "exclusiveGateway" : "static/images/flow/exclusive_bg.png",
    "parallelGateway" : "static/images/flow/parallel_bg.png",
    "inclusiveGateway" : "static/images/flow/inclusive_bg.png"
}
 
var GatewayImgsBlue = {
    "exclusiveGateway" : "static/images/flow/exclusive_bg_blue.png",
    "parallelGateway" : "static/images/flow/parallel_bg_blue.png",
    "inclusiveGateway" : "static/images/flow/inclusive_bg_blue.png"
}
 
var GatewayImgsGreen = {
    "exclusiveGateway" : "static/images/flow/exclusive_bg_green.png",
    "parallelGateway" : "static/images/flow/parallel_bg_green.png",
    "inclusiveGateway" : "static/images/flow/inclusive_bg_green.png"
}
 
var GatewayImgsGray = {
    "exclusiveGateway" : "static/images/flow/exclusive_bg_gray.png",
    "parallelGateway" : "static/images/flow/parallel_bg_gray.png",
    "inclusiveGateway" : "static/images/flow/inclusive_bg_gray.png"
}