Showing
2 changed files
with
3 additions
and
3 deletions
| ... | @@ -102,10 +102,10 @@ export default [{ | ... | @@ -102,10 +102,10 @@ export default [{ |
| 102 | children: [] | 102 | children: [] |
| 103 | }, { | 103 | }, { |
| 104 | path: '/me/index', | 104 | path: '/me/index', |
| 105 | - name: '我的', | 105 | + name: '我的信息', |
| 106 | component: () => import('./views/me/index.vue'), | 106 | component: () => import('./views/me/index.vue'), |
| 107 | meta: { | 107 | meta: { |
| 108 | - title: '我的' | 108 | + title: '我的信息' |
| 109 | }, | 109 | }, |
| 110 | children: [] | 110 | children: [] |
| 111 | }, { | 111 | }, { | ... | ... |
| ... | @@ -34,7 +34,7 @@ | ... | @@ -34,7 +34,7 @@ |
| 34 | "src/**/*.vue", | 34 | "src/**/*.vue", |
| 35 | "tests/**/*.ts", | 35 | "tests/**/*.ts", |
| 36 | "tests/**/*.tsx" | 36 | "tests/**/*.tsx" |
| 37 | -, "src/store/index.ts", "src/composables/useVideoList.js"], | 37 | +, "src/store/index.js", "src/composables/useVideoList.js"], |
| 38 | "exclude": [ | 38 | "exclude": [ |
| 39 | "node_modules" | 39 | "node_modules" |
| 40 | ] | 40 | ] | ... | ... |
-
Please register or login to post a comment