Merge branch 'prod' into dev
# Conflicts: # src/viewsPc/guide/index.vue
Showing
3 changed files
with
4 additions
and
4 deletions
public/file/COMPETITION_GUIDE_0511V1.pdf
0 → 100644
No preview for this file type
| ... | @@ -96,7 +96,7 @@ | ... | @@ -96,7 +96,7 @@ |
| 96 | 96 | ||
| 97 | <div class="content" v-if="activeName==8"> | 97 | <div class="content" v-if="activeName==8"> |
| 98 | <label>点击下载:</label> | 98 | <label>点击下载:</label> |
| 99 | <a target="_blank" class="text-primary" @click="showBuilding"> | 99 | <a target="_blank" class="text-primary" href="/file/COMPETITION_GUIDE_0511V1.pdf"> |
| 100 | <el-icon style="position: relative;top: 2px"><download/></el-icon> | 100 | <el-icon style="position: relative;top: 2px"><download/></el-icon> |
| 101 | 2024 WDSF亚洲体育舞蹈节参赛指南 | 101 | 2024 WDSF亚洲体育舞蹈节参赛指南 |
| 102 | </a> | 102 | </a> |
| ... | @@ -199,7 +199,7 @@ | ... | @@ -199,7 +199,7 @@ |
| 199 | <div class="content" v-if="activeName==71"><el-empty description="no data"></el-empty></div> | 199 | <div class="content" v-if="activeName==71"><el-empty description="no data"></el-empty></div> |
| 200 | <div class="content" v-if="activeName==8"> | 200 | <div class="content" v-if="activeName==8"> |
| 201 | <label>Download:</label> | 201 | <label>Download:</label> |
| 202 | <a target="_blank" class="text-primary" > | 202 | <a target="_blank" class="text-primary" href="/file/COMPETITION_GUIDE_0511V1.pdf"> |
| 203 | <el-icon style="position: relative;top: 2px"><download/></el-icon> | 203 | <el-icon style="position: relative;top: 2px"><download/></el-icon> |
| 204 | 2024 WDSF ASIAN DANCESPORT FESTIVAL ENTRY GUIDE | 204 | 2024 WDSF ASIAN DANCESPORT FESTIVAL ENTRY GUIDE |
| 205 | </a> | 205 | </a> | ... | ... |
| ... | @@ -76,8 +76,8 @@ export default defineConfig(({ mode, command }) => { | ... | @@ -76,8 +76,8 @@ export default defineConfig(({ mode, command }) => { |
| 76 | rewrite: (p) => p.replace(/^\/dev-api\/ztx-match/, '') | 76 | rewrite: (p) => p.replace(/^\/dev-api\/ztx-match/, '') |
| 77 | }, | 77 | }, |
| 78 | '/dev-api/ztx-webSite': { | 78 | '/dev-api/ztx-webSite': { |
| 79 | target: 'https://dance.itechtop.cn/stage-api', | 79 | // target: 'https://dance.itechtop.cn/stage-api', |
| 80 | // target: 'http://192.168.1.118:8081/', | 80 | target: 'http://192.168.1.118:8081/', |
| 81 | changeOrigin: true, | 81 | changeOrigin: true, |
| 82 | rewrite: (p) => p.replace(/^\/dev-api\/ztx-webSite/, '') | 82 | rewrite: (p) => p.replace(/^\/dev-api\/ztx-webSite/, '') |
| 83 | }, | 83 | }, | ... | ... |
-
Please register or sign in to post a comment