This commit is contained in:
汪汇 2024-11-13 09:28:44 +08:00
parent 0532fd12bf
commit efb119165d
2 changed files with 8 additions and 8 deletions

View File

@ -90,7 +90,7 @@
{{ sport.row.rule.ruleName ? sport.row.rule.ruleName : "" }}
</template>
</el-table-column>
<el-table-column fixed="right" label="操作" width="200">
<!-- <el-table-column fixed="right" label="操作" width="200">
<template #default="sport">
<el-button
link
@ -108,7 +108,7 @@
>更改属性值</el-button
>
</template>
</el-table-column>
</el-table-column> -->
</el-table>
</div>
<div class="fy">

View File

@ -28,22 +28,22 @@ export default defineConfig({
host: "0.0.0.0", // 解决“vite use `--host` to expose”-- 0.0.0.0 将监听所有地址
proxy: {
"/api": {
target: 'http://192.168.2.85:19086/',//李
// target: 'https://jianlu.fpvone.cn/',//线上
// target: 'http://192.168.2.85:19086/',//李
target: 'https://bm.cityme.com.cn',//线上
changeOrigin: true,
// rewrite: (path) => path.replace(/^\/api/, '')
// ws: true,// 开启webSocket
},
"/app": {
target: 'http://192.168.2.85:19086/',//李
// target: 'https://jianlu.fpvone.cn/',//线上
// target: 'http://192.168.2.85:19086/',//李
target: 'https://bm.cityme.com.cn',//线上
changeOrigin: true,
// rewrite: (path) => path.replace(/^\/api/, '')
// ws: true,// 开启webSocket
},
"/upload": {
target: 'http://192.168.2.85:19086/',//李
// target: 'https://jianlu.fpvone.cn/',//线上
// target: 'http://192.168.2.85:19086/',//李
target: 'https://bm.cityme.com.cn',//线上
changeOrigin: true,
// rewrite: (path) => path.replace(/^\/api/, '')
// ws: true,// 开启webSocket