This commit is contained in:
zhangzhihan
2020-09-21 23:14:14 +08:00
parent 05b56cb4ec
commit 37dab8e842
13 changed files with 94 additions and 94 deletions

View File

@@ -10,7 +10,7 @@
#./plug/platform/http_healthcheck/http_healthcheck.inf
{% endif %}
./plug/platform/tsg_master/tsg_master.inf
{% if tsg-app_enable == 1 %}
{% if tsg_app_enable == 1 %}
./plug/platform/app_master/app_master.inf
{% endif %}
@@ -33,7 +33,7 @@
./plug/business/tsg_conn_record/tsg_conn_record.inf
./plug/business/tsg_conn_sketch/tsg_conn_sketch.inf
./plug/business/capture_packet_plug/capture_packet_plug.inf
{% if tsg-app_enable == 1 %}
{% if tsg_app_enable == 1 %}
./plug/business/app_sketch_local/app_sketch_local.inf
./plug/business/app_control_plug/app_control_plug.inf
{% endif %}