8627721c by 杨炀

no message

1 parent db8f8433
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" @click="showBuilding"> 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,14 +76,14 @@ export default defineConfig(({ mode, command }) => { ...@@ -76,14 +76,14 @@ 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 },
84 '/dev-api': { 84 '/dev-api': {
85 // target: 'http://192.168.1.118:8081/', 85 target: 'http://192.168.1.118:8081/',
86 target: 'https://dance.itechtop.cn/stage-api', 86 // target: 'https://dance.itechtop.cn/stage-api',
87 // target: 'https://wdsfwuxicenter.com/stage-api', 87 // target: 'https://wdsfwuxicenter.com/stage-api',
88 changeOrigin: true, 88 changeOrigin: true,
89 rewrite: (p) => p.replace(/^\/dev-api/, '') 89 rewrite: (p) => p.replace(/^\/dev-api/, '')
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!