gdpaoup
This commit is contained in:
@@ -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时触发
|
||||
|
||||
Reference in New Issue
Block a user