Commit 238a2914 authored by tianhongyang's avatar tianhongyang

Merge branch 'V20230915' of http://192.168.60.201/root/dsk-operate-sys into V20230915

parents b906af6e 4b51b657
...@@ -229,15 +229,15 @@ li { ...@@ -229,15 +229,15 @@ li {
.app-main { .app-main {
position: relative; position: relative;
background-color: #f5f5f5; background-color: #f5f5f5;
// >div{ >div{
// width: calc(100% - 48px); width: calc(100% - 48px);
// } }
} }
.app-container { .app-container {
padding: 16px 24px; margin: 16px 24px;
background-color: #f5f5f5; background-color: #f5f5f5;
box-sizing: border-box; box-sizing: border-box;
width: 100%; //width: 100%;
.el-input__inner { .el-input__inner {
border-color: #d9d9d9; border-color: #d9d9d9;
color: #232323; color: #232323;
......
...@@ -320,16 +320,16 @@ ...@@ -320,16 +320,16 @@
this.dataRegion() this.dataRegion()
this.yearsData() this.yearsData()
this.getCountBidByType() this.getCountBidByType()
setTimeout(() => {
}, 1000);
}, },
mounted() { mounted() {
this.getCountBidGroupByProvince() this.getCountBidGroupByProvince()
this.getRangeBidMoney() this.getRangeBidMoney()
this.getRangeBidFiveYears() this.getRangeBidFiveYears()
this.getLowerRateByYear() this.getLowerRateByYear()
this.getLowerRangeTenderType() setTimeout(() => {
this.getLowerRangeTenderType()
}, 1000);
}, },
beforeDestroy(){ beforeDestroy(){
......
...@@ -35,7 +35,7 @@ module.exports = { ...@@ -35,7 +35,7 @@ module.exports = {
// detail: https://cli.vuejs.org/config/#devserver-proxy // detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: { [process.env.VUE_APP_BASE_API]: {
target: `http://47.104.91.229:9099/prod-api`,//测试 target: `http://47.104.91.229:9099/prod-api`,//测试
// target: `http://localhost`,//测试 // target: `https://szhapi.jiansheku.com`,//线上
// target: `http://122.9.160.122:9011`, //线上 // target: `http://122.9.160.122:9011`, //线上
// target: `http://192.168.0.165:9098`,//施 // target: `http://192.168.0.165:9098`,//施
// target: `http://192.168.60.6:9098`,//谭 // target: `http://192.168.60.6:9098`,//谭
......
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