Skip to content

Commit

Permalink
[前端] 修正文档地址
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Lewis committed Sep 5, 2019
1 parent 1bc822a commit 7c1eee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rasp-vue/src/components/pages/settings/algorithm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</div>

<div v-bind:class="{'form-group': true, 'has-error': byhost_regex_error}">
<label for="">使用 HOST 直接访问的服务(正则)<a href="javascript:">[帮助文档]</a></label>
<label for="">使用 HOST 直接访问的服务(正则)<a target="_blank" href="https://rasp.baidu.com/doc/install/iast.html#faq-no-task">[帮助文档]</a></label>
<input type="text" class="form-control" v-model="data.iast.byhost_regex">
<span class="text-danger" style="margin-top: 5px; display: block" v-if="byhost_regex_error">{{byhost_regex_error }}</span>
</div>
Expand Down

0 comments on commit 7c1eee5

Please sign in to comment.