b471fe2f by 杨炀

no message

1 parent 5119038f
1 viewPc 1 viewPc
2 测试打包 npm run build:stage 2 测试打包 npm run build:stage
3 生产打包 npm run build:prod 3 生产打包 npm run build:prod
4 世锦赛打包 npm run build:stage
......
...@@ -336,7 +336,8 @@ ...@@ -336,7 +336,8 @@
336 </div> 336 </div>
337 </el-dialog> 337 </el-dialog>
338 338
339 <!-- <a class="ding" @click="openPickup" v-if="matchData.leagueId==0&&matchId=='1802602359043600385'">{{ language==0?'接 / 送机服务':'Pick-up/drop-off service' }}</a>--> 339 <!-- v-if="matchData.leagueId==0&&matchId=='1802602359043600385'"-->
340 <a class="ding" @click="openPickup" >{{ language==0?'接 / 送机服务':'Pick-up/drop-off service' }}</a>
340 <pickup ref="pickupRef"></pickup> 341 <pickup ref="pickupRef"></pickup>
341 </div> 342 </div>
342 </template> 343 </template>
......
...@@ -81,9 +81,9 @@ export default defineConfig(({ mode, command }) => { ...@@ -81,9 +81,9 @@ export default defineConfig(({ mode, command }) => {
81 rewrite: (p) => p.replace(/^\/dev-api\/ztx-webSite/, '') 81 rewrite: (p) => p.replace(/^\/dev-api\/ztx-webSite/, '')
82 }, 82 },
83 '/dev-api': { 83 '/dev-api': {
84 target: 'http://192.168.1.118:8081/', 84 // target: 'http://192.168.1.118:8081/',
85 // target: 'http://192.168.1.131:8081/', 85 // target: 'http://192.168.1.131:8081/',
86 // target: 'https://jijin.wtwuxicenter.com/stage-api', 86 target: 'https://jijin.wtwuxicenter.com/stage-api',
87 // target: 'http://124.70.181.90:1880/stage-api', 87 // target: 'http://124.70.181.90:1880/stage-api',
88 // target: 'https://wdsfwuxicenter.com/stage-api/', 88 // target: 'https://wdsfwuxicenter.com/stage-api/',
89 changeOrigin: true, 89 changeOrigin: true,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!