zdg_dev #127

Merged
zhengdegang merged 13 commits from zdg_dev into main 2024-12-12 17:29:44 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d313f901a3 - Show all commits

View File

@ -20,7 +20,7 @@ export default () => {
const classcourseStore = store.useClasscourseStore() // 课堂信息-状态管理
const resource = sessionStore.get('curr.resource') // apt 资源
const smarttalk = sessionStore.get('curr.smarttalk') // 备课资源
window.test = slidesStore
// 监听幻灯片内容变化
watch(() => slidesStore.slides, (newVal, oldVal) => {
PPTApi.updateSlides(newVal, oldVal) // 更新幻灯片内容