多单位版国产化地质资料管理系统
py
2025-07-08 98dbfdb7bca2dbee6802421fbafb8c909b54a356
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"
}