Skip to content

Commit 025948a

Browse files
committed
增加《敏感词》《地区 & IP》文档
1 parent 4c8584a commit 025948a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/views/system/area/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div class="app-container">
3-
3+
<doc-alert title="地区 & IP" url="https://doc.iocoder.cn/area-and-ip/" />
44
<!-- 操作工具栏 -->
55
<el-row :gutter="10" class="mb8">
66
<el-col :span="1.5">

src/views/system/sensitiveWord/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<template>
22
<div class="app-container">
3+
<doc-alert title="敏感词" url="https://doc.iocoder.cn/sensitive-word" />
34
<!-- 搜索工作栏 -->
45
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="68px">
56
<el-form-item label="敏感词" prop="name">

0 commit comments

Comments
 (0)