This commit is contained in:
parent
0532fd12bf
commit
efb119165d
|
@ -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">
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue