Merge remote-tracking branch 'origin/dev' into dev
Showing
6 changed files
with
8 additions
and
5 deletions
| ... | @@ -457,7 +457,7 @@ export const constantRoutes = [ | ... | @@ -457,7 +457,7 @@ export const constantRoutes = [ |
| 457 | }, | 457 | }, |
| 458 | { | 458 | { |
| 459 | path: 'list/:id', | 459 | path: 'list/:id', |
| 460 | component: () => import('@/viewsPc/match/detail'), | 460 | component: () => import('@/viewsPc/match/detail_en'), |
| 461 | name: 'matchDetail', | 461 | name: 'matchDetail', |
| 462 | meta: { title: '赛事详情' } | 462 | meta: { title: '赛事详情' } |
| 463 | } | 463 | } | ... | ... |
| ... | @@ -399,7 +399,7 @@ export const constantRoutes = [ | ... | @@ -399,7 +399,7 @@ export const constantRoutes = [ |
| 399 | }, | 399 | }, |
| 400 | { | 400 | { |
| 401 | path: 'list/:id', | 401 | path: 'list/:id', |
| 402 | component: () => import('@/viewsPc/match/detail'), | 402 | component: () => import('@/viewsPc/match/detail_en'), |
| 403 | name: 'matchDetail', | 403 | name: 'matchDetail', |
| 404 | meta: { title: '赛事详情' } | 404 | meta: { title: '赛事详情' } |
| 405 | }, | 405 | }, | ... | ... |
| ... | @@ -61,9 +61,9 @@ | ... | @@ -61,9 +61,9 @@ |
| 61 | </div> | 61 | </div> |
| 62 | </el-dialog> | 62 | </el-dialog> |
| 63 | </div> | 63 | </div> |
| 64 | <!-- <div class="poCode">--> | 64 | <div class="poCode"> |
| 65 | <!-- <el-image :preview-src-list="['/img/code.jpg']" hide-on-click-modal="true" style="width: 120px;height: 120px;" src="/img/code.jpg"/>--> | 65 | <el-image :preview-src-list="['/img/code.jpg']" hide-on-click-modal="true" style="width: 120px;height: 120px;" src="/img/code.jpg"/> |
| 66 | <!-- </div>--> | 66 | </div> |
| 67 | <dialog-master-class ref="masterClassRef"/> | 67 | <dialog-master-class ref="masterClassRef"/> |
| 68 | <pick-up ref="pickupRef"></pick-up> | 68 | <pick-up ref="pickupRef"></pick-up> |
| 69 | <back-number ref="backNumberRef"></back-number> | 69 | <back-number ref="backNumberRef"></back-number> | ... | ... |
src/viewsPc/match/detail.vue
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment