Commit 975b8b781d01541f1f5a776a15e1580842b1673e

Authored by 杨泽宇
1 parent 073585bc

debug text

Showing 1 changed file with 1 additions and 1 deletions
src/views/notify/index.vue
... ... @@ -143,7 +143,7 @@ onMounted(() => {
143 143 <el-form-item>
144 144 <el-button type="primary" @click="getList">查询</el-button>
145 145 <el-button type="primary">
146   - <router-link to="/notify/edit">添加公告</router-link>
  146 + <router-link to="/notify/edit">新增公告</router-link>
147 147 </el-button>
148 148 <el-button
149 149 type="danger"
... ...