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
6fc8456a
authored
2024-05-22 15:29:40 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
a18c214c
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
32 additions
and
24 deletions
src/viewsPc/center/myMember.vue
src/viewsPc/match/chooseProject.vue
src/viewsPc/match/components/matchInfo.vue
src/viewsPc/match/detail.vue
src/viewsPc/match/detail_en.vue
vite.config.js
src/viewsPc/center/myMember.vue
View file @
6fc8456
...
...
@@ -2,7 +2,7 @@
<el-card
class=
"mb20"
>
<div
class=
"funcBtns"
>
<el-button
type=
"primary"
@
click=
"addMember"
>
{{
language
==
0
?
'添加选手'
:
'Add Player'
}}
</el-button>
<el-button
type=
"primary"
v-if=
"group.type!='4'"
plain
@
click=
"importSportman"
>
{{
language
==
0
?
'导入选手'
:
'Import Player'
}}
</el-button
>
<!--
<el-button
type=
"primary"
v-if=
"group.type!='4'"
plain
@
click=
"importSportman"
>
{{
language
==
0
?
'导入选手'
:
'Import Player'
}}
</el-button>
--
>
</div>
<div
class=
"from-Card"
>
<el-form
:inline=
"true"
:model=
"query"
class=
"mt20"
:label-width=
"language==0?60:80"
size=
"small"
>
...
...
src/viewsPc/match/chooseProject.vue
View file @
6fc8456
...
...
@@ -133,7 +133,7 @@
<
/div
>
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
label
=
"Actions
"
>
<
el
-
table
-
column
:
label
=
"language==0?'操作':'Actions'
"
>
<
template
#
default
=
"scope"
>
<
a
class
=
"text-primary pd10"
@
click
=
"delperson(scope.row)"
>
{{
language
==
0
?
'删除'
:
'Delete'
}}
...
...
src/viewsPc/match/components/matchInfo.vue
View file @
6fc8456
...
...
@@ -9,12 +9,16 @@
<div
class=
"indexTitle"
v-if=
"form.languageSource!='100'"
><h3
class=
"leftboderTT"
>
报名须知
</h3></div>
<div
class=
"xzbox"
v-if=
"form.languageSource!='100'"
>
<div
v-html=
"form.signKnow"
></div>
<el-link
v-if=
"form.signKnowUrl"
type=
"primary"
:href=
"fillImgUrl(JSON.parse(form.signKnowUrl)[0]?.url)"
target=
"_blank"
>
<el-icon
:size=
"20"
>
<Download
/>
</el-icon>
{{
JSON
.
parse
(
form
.
signKnowUrl
)[
0
]?.
name
}}
</el-link>
<div
v-if=
"form.signKnowUrl"
>
<el-link
v-for=
"(item,index) in JSON.parse(form.signKnowUrl)"
type=
"primary"
:href=
"fillImgUrl(item.url)"
target=
"_blank"
>
<el-icon
:size=
"20"
>
<Download
/>
</el-icon>
{{
item
.
name
}}
</el-link>
</div>
</div>
<!--
<div
class=
"indexTitle"
><h3
class=
"leftboderTT"
>
免责声明
</h3></div>
-->
<!--
<div
class=
"xzbox"
>
-->
...
...
src/viewsPc/match/detail.vue
View file @
6fc8456
...
...
@@ -140,13 +140,15 @@
<div
v-if=
"menu[5].active==1"
class=
"pd20"
>
<div
class=
"xzbox"
>
<div
v-html=
"matchData.signKnow"
></div>
<el-link
v-if=
"matchData.signKnowUrl"
type=
"primary"
:href=
"fillImgUrl(JSON.parse(matchData.signKnowUrl)[0]?.url)"
target=
"_blank"
>
<el-icon
:size=
"20"
>
<Download/>
</el-icon>
{{ JSON.parse(matchData.signKnowUrl)[0]?.name }}
</el-link>
<div
v-if=
"matchData.signKnowUrl"
>
{{JSON.parse(matchData.signKnowUrl)}}
<el-link
v-for=
"(item,index) in JSON.parse(matchData.signKnowUrl)"
type=
"primary"
:href=
"fillImgUrl(item.url)"
target=
"_blank"
>
<el-icon
:size=
"20"
>
<Download
/>
</el-icon>
{{ item.name }}
</el-link>
</div>
</div>
</div>
</el-card>
...
...
src/viewsPc/match/detail_en.vue
View file @
6fc8456
...
...
@@ -241,13 +241,15 @@
<div
v-if=
"menu[5].active==1"
class=
"pd20"
>
<div
class=
"xzbox"
>
<div
v-html=
"matchData.signKnow"
></div>
<el-link
v-if=
"matchData.signKnowUrl"
type=
"primary"
:href=
"fillImgUrl(JSON.parse(matchData.signKnowUrl)[0]?.url)"
target=
"_blank"
>
<el-icon
:size=
"20"
>
<Download/>
</el-icon>
{{ JSON.parse(matchData.signKnowUrl)[0]?.name }}
</el-link>
<div
v-if=
"matchData.signKnowUrl"
>
<el-link
v-for=
"(item,index) in JSON.parse(matchData.signKnowUrl)"
type=
"primary"
:href=
"fillImgUrl(item.url)"
target=
"_blank"
>
<el-icon
:size=
"20"
>
<Download
/>
</el-icon>
{{ item.name }}
</el-link>
</div>
</div>
</div>
</el-card>
...
...
vite.config.js
View file @
6fc8456
...
...
@@ -83,8 +83,8 @@ export default defineConfig(({ mode, command }) => {
},
'/dev-api'
:
{
// target: 'http://192.168.1.118:8081/',
target
:
'https://jijin.wtwuxicenter.com/stage-api'
,
//
target: 'https://wdsfwuxicenter.com/stage-api',
//
target: 'https://jijin.wtwuxicenter.com/stage-api',
target
:
'https://wdsfwuxicenter.com/stage-api'
,
changeOrigin
:
true
,
rewrite
:
(
p
)
=>
p
.
replace
(
/^
\/
dev-api/
,
''
)
}
...
...
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