Compare commits

...

3 Commits

Author SHA1 Message Date
朱浩 0964cc0965 Merge pull request 'zhuhao_dev' (#129) from zhuhao_dev into main
Reviewed-on: #129
2024-08-14 11:00:45 +08:00
朱浩 219e4abdc0 Merge branch 'main' into zhuhao_dev 2024-08-14 11:00:13 +08:00
朱浩 c3709bf0c7 二期:BUG修复 2024-08-14 11:00:01 +08:00
3 changed files with 5 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"name": "aix-win",
"version": "1.0.7",
"version": "1.1.0",
"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) {
export function startClass(id, ex3) {
return request({
url: '/smarttalk/classReserv/startClass',
method: 'get',
params: {id}
params: {id, ex3}
})
}
export function endClass(id) {

View File

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