|
@@ -417,6 +417,7 @@
|
|
this.loading = !this.loading
|
|
this.loading = !this.loading
|
|
}, 1000)
|
|
}, 1000)
|
|
this.initLogInfo()
|
|
this.initLogInfo()
|
|
|
|
+ console.log(localStorage.getItem('roleCode'),345678901222)
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
initLogInfo() {
|
|
initLogInfo() {
|
|
@@ -452,14 +453,14 @@
|
|
|
|
|
|
},
|
|
},
|
|
mounted() {
|
|
mounted() {
|
|
- postAction('/ctop/releaseViewRecord/check', {}).then(res => {
|
|
|
|
- console.log(res)
|
|
|
|
- if(res.success){
|
|
|
|
- this.visible=res.showPopup;
|
|
|
|
- this.versionId=res.data.id;
|
|
|
|
- }
|
|
|
|
|
|
+ // postAction('/ctop/releaseViewRecord/check', {}).then(res => {
|
|
|
|
+ // console.log(res)
|
|
|
|
+ // if(res.success){
|
|
|
|
+ // this.visible=res.showPopup;
|
|
|
|
+ // this.versionId=res.data.id;
|
|
|
|
+ // }
|
|
|
|
|
|
- })
|
|
|
|
|
|
+ // })
|
|
},
|
|
},
|
|
}
|
|
}
|
|
</script>
|
|
</script>
|