no message

This commit is contained in:
2023-10-19 14:50:03 +08:00
parent 840748aafe
commit 97f4753da0
2 changed files with 4 additions and 2 deletions

View File

@@ -157,6 +157,10 @@ export default {
this._sysRoleQuery() this._sysRoleQuery()
this._menuQuery() this._menuQuery()
}, },
mounted () {
// document.getElementById('body-conatiner').style.backgroundImage = '../../../images/new/bg.png'
document.getElementById('body-conatiner').style.marginTop = '10px'
},
methods: { methods: {
async _sysRoleQuery () { async _sysRoleQuery () {
let res = await sysRoleQuery('0', '100') let res = await sysRoleQuery('0', '100')

View File

@@ -75,8 +75,6 @@ export default {
} }
}, },
created () { created () {
// document.getElementById('body-conatiner').style.backgroundImage = '../../../images/new/bg.png'
document.getElementById('body-conatiner').style.marginTop = '10px'
this.initData() this.initData()
}, },
methods: { methods: {