清理 log

This commit is contained in:
yulixing 2019-05-31 20:32:12 +08:00
parent 684ce333d0
commit 9b41cb0df1
2 changed files with 0 additions and 2 deletions

View File

@ -351,7 +351,6 @@ export default {
}) })
}, },
saveSettings() { saveSettings() {
console.log(this.gameInfo)
return new Promise((resolve, reject) => { return new Promise((resolve, reject) => {
request({ request({
url: '/games/settings/save_cfg', url: '/games/settings/save_cfg',

View File

@ -144,7 +144,6 @@ export default {
} else { } else {
this.isNew = false this.isNew = false
this.modalForm = JSON.parse(JSON.stringify(data)) this.modalForm = JSON.parse(JSON.stringify(data))
console.log(this.modalForm)
} }
this.modalVisible = true this.modalVisible = true
}, },