no message
Showing
4 changed files
with
3 additions
and
3 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 | }, | ... | ... |
src/viewsPc/match/detail.vue
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
| ... | @@ -318,7 +318,7 @@ | ... | @@ -318,7 +318,7 @@ |
| 318 | </div> | 318 | </div> |
| 319 | </el-dialog> | 319 | </el-dialog> |
| 320 | 320 | ||
| 321 | <!-- <a class="ding" @click="openPickup" v-if="matchData.leagueId==0&&matchId=='1802602359043600385'">{{ language==0?'接 / 送机服务':'Pick-up/drop-off service' }}</a>--> | 321 | <a class="ding" @click="openPickup" v-if="matchData.leagueId==0&&matchId=='1802602359043600385'">{{ language==0?'接 / 送机服务':'Pick-up/drop-off service' }}</a> |
| 322 | <pickup ref="pickupRef"></pickup> | 322 | <pickup ref="pickupRef"></pickup> |
| 323 | </div> | 323 | </div> |
| 324 | </template> | 324 | </template> | ... | ... |
-
Please register or sign in to post a comment