We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c8584a commit 025948aCopy full SHA for 025948a
src/views/system/area/index.vue
@@ -1,6 +1,6 @@
1
<template>
2
<div class="app-container">
3
-
+ <doc-alert title="地区 & IP" url="https://doc.iocoder.cn/area-and-ip/" />
4
<!-- 操作工具栏 -->
5
<el-row :gutter="10" class="mb8">
6
<el-col :span="1.5">
src/views/system/sensitiveWord/index.vue
@@ -1,5 +1,6 @@
+ <doc-alert title="敏感词" url="https://doc.iocoder.cn/sensitive-word" />
<!-- 搜索工作栏 -->
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="68px">
<el-form-item label="敏感词" prop="name">
0 commit comments