|
|
|
@ -79,6 +79,7 @@ |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
|
|
<script> |
|
|
|
<script> |
|
|
|
|
|
|
|
import {messTotal} from '@/api/desk/message' |
|
|
|
import {mapGetters} from "vuex"; |
|
|
|
import {mapGetters} from "vuex"; |
|
|
|
import {info} from "@/api/system/tenant"; |
|
|
|
import {info} from "@/api/system/tenant"; |
|
|
|
import {getCaptcha} from "@/api/user"; |
|
|
|
import {getCaptcha} from "@/api/user"; |
|
|
|
@ -345,6 +346,9 @@ |
|
|
|
return false; |
|
|
|
return false; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
messTotal().then(res =>{ |
|
|
|
|
|
|
|
this.$store.commit("SET_MESSAGETOTAL", res.data.data); |
|
|
|
|
|
|
|
}) |
|
|
|
this.$router.push({path: this.tagWel.value}); |
|
|
|
this.$router.push({path: this.tagWel.value}); |
|
|
|
loading.close(); |
|
|
|
loading.close(); |
|
|
|
}).catch(() => { |
|
|
|
}).catch(() => { |
|
|
|
|