Commit 9aaffdc0 by 米嘉伟

提交

parent 94df2c3f
......@@ -104,7 +104,7 @@
>导 出</el-button>
<el-button
@click="dialogVisible = false"
class="confirmBtn"
class="cancelBtn"
type="primary"
>取 消</el-button>
</span>
......@@ -332,7 +332,8 @@ export default {
display: none;
}
}
.confirmBtn {
.confirmBtn,
.cancelBtn {
width: 72px;
height: 40px;
}
......@@ -340,4 +341,7 @@ export default {
background-color: #fff;
color: #333333;
}
.cancelBtn {
background-color: #055fe7;
}
</style>
\ No newline at end of file
......@@ -322,7 +322,7 @@
>导 出</el-button>
<el-button
@click="dialogVisible = false"
class="confirmBtn"
class="cancelBtn"
type="primary"
>取 消</el-button>
<!-- <el-button
......@@ -904,7 +904,8 @@ export default {
// padding-left: 5px;
// }
}
.confirmBtn {
.confirmBtn,
.cancelBtn {
width: 72px;
height: 40px;
}
......@@ -912,4 +913,7 @@ export default {
background-color: #fff;
color: #333333;
}
.cancelBtn {
background-color: #055fe7;
}
</style>
\ No newline at end of file
......@@ -92,12 +92,12 @@ module.exports = {
// target: "http://192.168.0.137:8080/", //统一的请求头部每次修改都要重启才会生效 http://39.99.224.27:8006/
// target: "http://172.18.108.2:8099/", // 张 认定
// target: "http://192.168.128.110:8099", // 湖南-张
target: "http://192.168.128.114:8099", // 湖南-马
// target: "http://192.168.128.114:8099", // 湖南-马
// target: "http://192.168.128.116:8099", // 湖南-王
// target: "http://172.18.116.73:8099/", //统一的请求头部每次修改都要重启才会生效 http://39.99.224.27:8006/ ma
// target: "http://127.0.0.1:8099",
// target: "http://47.92.225.109:5602",
// target: "http://www.meetfood.cn:2390/", // 湖南-线上
target: "http://www.meetfood.cn:2390/", // 湖南-线上
ws: true,
changeOrigin: true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment