新功能: 加入消息中心
parent
888a3b73e8
commit
ef2025f157
|
@ -217,7 +217,7 @@ export default {
|
|||
gotoRoute (route) {
|
||||
this.$router.push(route)
|
||||
}
|
||||
},
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
|
@ -22,8 +22,6 @@ export function GetSelfReceive (query) {
|
|||
})
|
||||
}
|
||||
|
||||
|
||||
|
||||
export function GetObj (obj) {
|
||||
return request({
|
||||
url: urlPrefix + obj.id + '/',
|
||||
|
|
|
@ -35,7 +35,7 @@ export default {
|
|||
mixins: [d2CrudPlus.crud],
|
||||
data () {
|
||||
return {
|
||||
tabActivted:"send"
|
||||
tabActivted: 'send'
|
||||
}
|
||||
},
|
||||
created () {
|
||||
|
|
Loading…
Reference in New Issue