bug test
This commit is contained in:
parent
af3f6edf05
commit
5fb0b55fef
1 changed files with 3 additions and 4 deletions
|
|
@ -512,10 +512,9 @@
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
openCopilotCompose: function (copilot_id) {
|
openCopilotCompose: function (copilot_id) {
|
||||||
localStorage.setItem(
|
var copilot = this.getCopilot(copilot_id)
|
||||||
'copilot',
|
console.log(copilot)
|
||||||
JSON.stringify(this.getCopilot(copilot_id))
|
localStorage.setItem('copilot', JSON.stringify(copilot))
|
||||||
)
|
|
||||||
let params =
|
let params =
|
||||||
'scrollbars=no, resizable=no,status=no,location=no,toolbar=no,menubar=no,width=1722,height=972,left=200,top=200'
|
'scrollbars=no, resizable=no,status=no,location=no,toolbar=no,menubar=no,width=1722,height=972,left=200,top=200'
|
||||||
open('../copilot/cp/', 'test', params)
|
open('../copilot/cp/', 'test', params)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue