Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jijin
/
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
8627721c
authored
2024-05-11 10:19:39 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
db8f8433
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
public/file/COMPETITION_GUIDE_0511V1.pdf
src/viewsPc/guide/index.vue
vite.config.js
public/file/COMPETITION_GUIDE_0511V1.pdf
0 → 100644
View file @
8627721
No preview for this file type
src/viewsPc/guide/index.vue
View file @
8627721
...
...
@@ -96,7 +96,7 @@
<div
class=
"content"
v-if=
"activeName==8"
>
<label>
点击下载:
</label>
<a
target=
"_blank"
class=
"text-primary"
@
click=
"showBuilding
"
>
<a
target=
"_blank"
class=
"text-primary"
href=
"/file/COMPETITION_GUIDE_0511V1.pdf
"
>
<el-icon
style=
"position: relative;top: 2px"
><download/></el-icon>
2024 WDSF亚洲体育舞蹈节参赛指南
</a>
...
...
@@ -199,7 +199,7 @@
<div
class=
"content"
v-if=
"activeName==71"
><el-empty
description=
"no data"
></el-empty></div>
<div
class=
"content"
v-if=
"activeName==8"
>
<label>
Download:
</label>
<a
target=
"_blank"
class=
"text-primary"
@
click=
"showBuilding
"
>
<a
target=
"_blank"
class=
"text-primary"
href=
"/file/COMPETITION_GUIDE_0511V1.pdf
"
>
<el-icon
style=
"position: relative;top: 2px"
><download/></el-icon>
2024 WDSF ASIAN DANCESPORT FESTIVAL ENTRY GUIDE
</a>
...
...
vite.config.js
View file @
8627721
...
...
@@ -76,14 +76,14 @@ export default defineConfig(({ mode, command }) => {
rewrite
:
(
p
)
=>
p
.
replace
(
/^
\/
dev-api
\/
ztx-match/
,
''
)
},
'/dev-api/ztx-webSite'
:
{
target
:
'https://dance.itechtop.cn/stage-api'
,
//
target: 'http://192.168.1.118:8081/',
//
target: 'https://dance.itechtop.cn/stage-api',
target
:
'http://192.168.1.118:8081/'
,
changeOrigin
:
true
,
rewrite
:
(
p
)
=>
p
.
replace
(
/^
\/
dev-api
\/
ztx-webSite/
,
''
)
},
'/dev-api'
:
{
//
target: 'http://192.168.1.118:8081/',
target
:
'https://dance.itechtop.cn/stage-api'
,
target
:
'http://192.168.1.118:8081/'
,
//
target: 'https://dance.itechtop.cn/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