Commit 9dc1206e authored by dcy's avatar dcy

消息跳转

parent fdeeff0e
......@@ -9,7 +9,7 @@
<template v-if="device!=='mobile'">
<el-badge :value="notMessage" class="right-menu-item badge">
<el-image style="width: 22px;height: 20px;" :src="unreadMessage"></el-image>
<el-image style="width: 22px;height: 20px;cursor: pointer;" :src="unreadMessage" @click="notRead"></el-image>
</el-badge>
......@@ -134,7 +134,7 @@ export default {
}).catch(() => {});
},
notRead(){
this.$router.push({path:'/system/internalMessage/my-internal-message',query:{'status':0}});
this.$router.push({path:'/system/internalMessage/my-internal-message',query:{status:'0'}});
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment