Skip to content

Commit 5b2ade9

Browse files
author
奇淼(piexlmax
authored
Merge pull request #130 from HXSecurity/issue4+
Feature:HXSecurity/DongTai#348
2 parents d3dcbb2 + 2afd4f5 commit 5b2ade9

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ VUE_APP_ATOM_API = '/atom-webapi'
88
# target host
99

1010
# VUE_TARGET_HOST = 'https://192.168.2.178:8000'
11-
#VUE_TARGET_HOST = 'https://iast-test.huoxian.cn'
12-
VUE_TARGET_HOST = 'http://52.81.92.214:30485'
11+
VUE_TARGET_HOST = 'https://iast-test.huoxian.cn'
12+
#VUE_TARGET_HOST = 'http://52.81.92.214:30485'
1313
#VUE_TARGET_HOST = 'http://iast.huoxian.cn'
1414

1515
VUE_ATOM_TARGET_HOST = 'https://192.168.0.126'

src/views/setting/AgentManage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
>
9191
<template slot-scope="{ row }">
9292
<div class="dot">
93-
{{ row.system_load.rate }}
93+
{{ row.system_load ? row.system_load.rate : '' }}
9494
</div>
9595
</template>
9696
</el-table-column>

src/views/setting/sensitive.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,21 +120,21 @@ export default class sensitiveManage extends VueBase {
120120
strategy_id: [
121121
{
122122
required: true,
123-
message: this.$t('views.pattern_type_id.nameR') as string,
123+
message: this.$t('views.sensitiveManage.nameR') as string,
124124
trigger: 'blur',
125125
},
126126
],
127-
pattern_type: [
127+
pattern_type_id: [
128128
{
129129
required: true,
130-
message: this.$t('views.pattern_type_id.detailR') as string,
130+
message: this.$t('views.sensitiveManage.detailR') as string,
131131
trigger: 'blur',
132132
},
133133
],
134134
pattern: [
135135
{
136136
required: true,
137-
message: this.$t('views.pattern_type_id.fixR') as string,
137+
message: this.$t('views.sensitiveManage.fixR') as string,
138138
trigger: 'blur',
139139
},
140140
],

0 commit comments

Comments
 (0)