This commit is contained in:
Gdpao
2020-08-05 21:06:29 +08:00
parent a47238a7a4
commit c4c11781fb
15 changed files with 305 additions and 159 deletions

View File

@@ -31,8 +31,12 @@
</template>
<script>
import { mapState } from 'vuex';
import titles from "@/components/informations/titles/titles"
export default {
computed: {
...mapState(["hasLogin,token"])
},
data() {
return {
information_dles : [{
@@ -49,7 +53,6 @@
id: 0,
url: '../../static/pageD/info(14).png',
text: '交易物流'
},
{
id: 0,
@@ -90,7 +93,9 @@
},
onLoad() {
// /消息模块的请求
this.messageIndex()
if (this.hasLogin) {
this.messageIndex();
}
},
methods: {
// 选中某个复选框时由checkbox时触发