修改路由

master
夜笙歌 9 months ago
parent 02246495da
commit da9cee85ec

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

@ -9,8 +9,11 @@
澳柯玛是全球领先的制冷家电和全冷链产品设备制造企业建有国家级企业技术中心国家级工业设计中心和智能制造互联工厂产品销往世界100多个国家和地区多年入选<span class="redSpan" >中国制造业500强</span><span class="redSpan" >中国轻工业百强</span><span class="redSpan" >亚洲品牌500强</span><span class="redSpan" >中国500最具价值品牌企业</span>
</p>
</div>
<div class="img1"><img src="../../assets/model/companyIntroduction/img1.png" alt="" style="width:100%"></div>
<div class="img2"><img src="../../assets/model/companyIntroduction/img2.png" alt="" style="width:100%"></div>
<div class="img1"><img src="../../assets/model/companyIntroduction/img1.png" alt="" style="object-fit: contain;height: 100%;position: absolute;right: 0;"></div>
<div class="img2"><img src="../../assets/model/companyIntroduction/img2.png" alt="" style="height:100%"></div>
<div class="img3"><img src="../../assets/model/companyIntroduction/img3.png" alt="" style="height:100%"></div>
<div class="img4"><img src="../../assets/model/companyIntroduction/img4.png" alt="" style="height:100%"></div>
<div class="img5"><img src="../../assets/model/companyIntroduction/img5.png" alt="" style="height:100%"></div>
<div class="exit" @click="exitFun"></div>
</div>
@ -77,10 +80,10 @@ export default {
position: absolute;
top: 17%;
left: 4%;
width: 54%;
width: calc(92% - 50vh / 552 * 765);
height: 43%;
color: #0d2765;
font-size: 1.9vw;
font-size: 1.8vw;
font-weight: bold;
p{
@ -98,18 +101,37 @@ export default {
position: absolute;
top: 17%;
right: 4%;
width: 36vw;
max-width: 691px;
max-height: 498.5px;
height: 50vh;
max-height: 50vh;
aspect-ratio: 765/552;
}
.img2{
position: absolute;
transform: translateX(-50%);
top: 61%;
bottom: 1%;
left: 20%;
width: 15vw;
max-width: 288px;
max-height: 327.5px;
height: 35vh;
}
.img3{
position: absolute;
transform: translateX(-50%);
bottom: 1%;
left: 40%;
height: 35vh;
}
.img4{
position: absolute;
transform: translateX(-50%);
bottom: 1%;
left: 60%;
height: 35vh;
}
.img5{
position: absolute;
transform: translateX(-50%);
bottom: 1%;
left: 80%;
height: 35vh;
}
</style>

@ -36,7 +36,8 @@ module.exports = {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
// target: `http://10.11.43.2:8080`,
target: `http://localhost:8080`,
target: `http://10.100.72.10:8080`,
// target: `http://localhost:8080`,
// target: `http://localhost:6061`,
changeOrigin: true,
pathRewrite: {

Loading…
Cancel
Save