Browse Source

Merge branch 'master' into jenkins

skyblued 2 years ago
parent
commit
17d4c8cd8d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/views/courseList/index.tsx

+ 0 - 1
src/views/courseList/index.tsx

@@ -169,7 +169,6 @@ export default defineComponent({
           }
         )
         if (res.code === 200) {
-          showToast('保存成功')
           postMessage({ api: 'back' })
         }
       } catch (error) {}