clean up
This commit is contained in:
parent
97dea72c94
commit
873d4bd707
5 changed files with 0 additions and 29 deletions
|
|
@ -76,7 +76,6 @@ export default defineComponent({
|
|||
return {
|
||||
host,
|
||||
instanceName,
|
||||
pageKey: 0,
|
||||
pageInfo: null,
|
||||
meta: null,
|
||||
showMenu: false,
|
||||
|
|
@ -106,12 +105,6 @@ export default defineComponent({
|
|||
},
|
||||
},
|
||||
|
||||
watch: {
|
||||
$route(to, from) {
|
||||
this.pageKey++;
|
||||
},
|
||||
},
|
||||
|
||||
created() {
|
||||
document.documentElement.style.overflowY = 'scroll';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue