@@ -73,7 +73,7 @@ export default {
methods: {
allRead(){
let that = this
- this.$util.confirmModal({content:'确认全部设为已读?'},() => {
+ this.$util.confirmModal({content:'全部设为已读?'},() => {
allReadNotify().then(res=>{
if(res.code == 1){
that.$msg(res.msg)