Compare commits

..

No commits in common. "0964cc09659ddc17212391ab4cd0e674968a9a82" and "e6a06a67b8c4b928cc6c3e1834f31d88a3919026" have entirely different histories.

3 changed files with 6 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "aix-win",
"version": "1.1.0",
"version": "1.0.7",
"description": "An Electron application with Vue",
"main": "./out/main/index.js",
"author": "example.com",

View File

@ -159,11 +159,11 @@ export function deleteSmartReserv(id) {
method: 'delete'
})
}
export function startClass(id, ex3) {
export function startClass(id) {
return request({
url: '/smarttalk/classReserv/startClass',
method: 'get',
params: {id, ex3}
params: {id}
})
}
export function endClass(id) {

View File

@ -594,8 +594,9 @@ export default {
})
},
// -
async openLesson() {
await startClass(this.curClassReserv.id)
openLesson() {
const toolStore = useToolState()
startClass(this.curClassReserv.id)
createWindow('tool-sphere', {
url:
'/tool/sphere?entpcourseid=' +