浏览代码

更新图片

lex-xin 8 月之前
父节点
当前提交
6e60a572f7
共有 3 个文件被更改,包括 4 次插入4 次删除
  1. 1 1
      src/router/routes-tenant.ts
  2. 2 2
      src/tenant/music/train-list/index.tsx
  3. 1 1
      src/tenant/music/train-tool/index.tsx

+ 1 - 1
src/router/routes-tenant.ts

@@ -120,7 +120,7 @@ export default [
         path: '/train-list',
         component: () => import('@/tenant/music/train-list'),
         meta: {
-          title: '声部云练'
+          title: '基础云练'
         }
       },
       {

+ 2 - 2
src/tenant/music/train-list/index.tsx

@@ -58,7 +58,7 @@ export default defineComponent({
     const subjectType = route.query.subjectType || ''
     let title = ''
     if (subjectType === 'SUBJECT') {
-      title = '声部云练'
+      title = '基础云练'
     } else if (subjectType === 'MUSIC') {
       title = '独奏云练'
     } else if (subjectType === 'ENSEMBLE') {
@@ -192,7 +192,7 @@ export default defineComponent({
     })
 
     onMounted(async () => {
-      // SUBJECT: '声部云练',
+      // SUBJECT: '基础云练',
       // MUSIC: '独奏云练',
       // ENSEMBLE: '合奏云练'
       loading.value = true

+ 1 - 1
src/tenant/music/train-tool/index.tsx

@@ -632,7 +632,7 @@ export default defineComponent({
                       <Tab title="云课堂" name="COURSEWARE"></Tab>
                     )}
                     {state.subjectCounts && (
-                      <Tab title="声部云练" name="SUBJECT"></Tab>
+                      <Tab title="基础云练" name="SUBJECT"></Tab>
                     )}
                     {state.musicCounts && (
                       <Tab title="独奏云练" name="MUSIC"></Tab>