清理 log
This commit is contained in:
parent
684ce333d0
commit
9b41cb0df1
@ -351,7 +351,6 @@ export default {
|
||||
})
|
||||
},
|
||||
saveSettings() {
|
||||
console.log(this.gameInfo)
|
||||
return new Promise((resolve, reject) => {
|
||||
request({
|
||||
url: '/games/settings/save_cfg',
|
||||
|
@ -144,7 +144,6 @@ export default {
|
||||
} else {
|
||||
this.isNew = false
|
||||
this.modalForm = JSON.parse(JSON.stringify(data))
|
||||
console.log(this.modalForm)
|
||||
}
|
||||
this.modalVisible = true
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user