Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
dance-pc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
d4261530
authored
2024-09-02 16:04:39 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
997584ad
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
src/routerPc/cn.js
src/routerPc/index.js
src/viewsPc/match/detail.vue
src/viewsPc/match/detail_en.vue
src/routerPc/cn.js
View file @
d426153
...
...
@@ -457,7 +457,7 @@ export const constantRoutes = [
},
{
path
:
'list/:id'
,
component
:
()
=>
import
(
'@/viewsPc/match/detail'
),
component
:
()
=>
import
(
'@/viewsPc/match/detail
_en
'
),
name
:
'matchDetail'
,
meta
:
{
title
:
'赛事详情'
}
}
...
...
src/routerPc/index.js
View file @
d426153
...
...
@@ -399,7 +399,7 @@ export const constantRoutes = [
},
{
path
:
'list/:id'
,
component
:
()
=>
import
(
'@/viewsPc/match/detail'
),
component
:
()
=>
import
(
'@/viewsPc/match/detail
_en
'
),
name
:
'matchDetail'
,
meta
:
{
title
:
'赛事详情'
}
},
...
...
src/viewsPc/match/detail.vue
deleted
100644 → 0
View file @
997584a
This diff is collapsed.
Click to expand it.
src/viewsPc/match/detail_en.vue
View file @
d426153
...
...
@@ -318,7 +318,7 @@
</div>
</el-dialog>
<!-- <a class="ding" @click="openPickup" v-if="matchData.leagueId==0&&matchId=='1802602359043600385'">{{ language==0?'接 / 送机服务':'Pick-up/drop-off service' }}</a>--
>
<a
class=
"ding"
@
click=
"openPickup"
v-if=
"matchData.leagueId==0&&matchId=='1802602359043600385'"
>
{{ language==0?'接 / 送机服务':'Pick-up/drop-off service' }}
</a
>
<pickup
ref=
"pickupRef"
></pickup>
</div>
</template>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment