update 去掉无用组件,修改控制台报错
This commit is contained in:
@@ -119,7 +119,7 @@ export default {
|
||||
mounted () {
|
||||
this.loadData()
|
||||
// this.timerFun();
|
||||
this.initWebSocket()
|
||||
// this.initWebSocket()
|
||||
// this.heartCheckFun();
|
||||
},
|
||||
destroyed: function () { // 离开页面生命周期函数
|
||||
|
||||
@@ -23,13 +23,9 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import JModal from '../jero/JModal'
|
||||
|
||||
export default {
|
||||
name: 'SysAnnouncementModal',
|
||||
components: {
|
||||
JModal
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
title: '通知消息',
|
||||
|
||||
Reference in New Issue
Block a user