背景切换

This commit is contained in:
2023-10-19 15:13:16 +08:00
parent 97f4753da0
commit dd77e44570
4 changed files with 10 additions and 5 deletions

View File

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