fix: BUG修改

This commit is contained in:
kun 2024-05-06 01:41:20 +08:00
parent 886e2f2cbb
commit e23d609a27
7 changed files with 8 additions and 8 deletions

View File

Before

Width:  |  Height:  |  Size: 409 KiB

After

Width:  |  Height:  |  Size: 409 KiB

View File

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 52 KiB

View File

Before

Width:  |  Height:  |  Size: 177 KiB

After

Width:  |  Height:  |  Size: 177 KiB

View File

Before

Width:  |  Height:  |  Size: 176 KiB

After

Width:  |  Height:  |  Size: 176 KiB

View File

@ -84,9 +84,9 @@ if (process.env.NODE_ENV == 'development') {
// axios.defaults.baseURL ='http://101.43.164.214:45011/' //上海优益(上海建工)
// axios.defaults.baseURL = 'http://192.168.34.221:28888/' //郭圣雄本地
// axios.defaults.baseURL = 'http://192.168.34.221:28889/' //郭圣雄本地
axios.defaults.baseURL ='http://192.168.34.221:9111/' //郭圣雄本地
// axios.defaults.baseURL ='http://192.168.34.221:9111/' //郭圣雄本地
// axios.defaults.baseURL = 'http://192.168.34.155:19111/' //彭洁本地
// axios.defaults.baseURL = 'http://182.90.224.237:51234' //郭圣雄远程
axios.defaults.baseURL = 'http://182.90.224.237:51234' //郭圣雄远程
// axios.defaults.baseURL ='http://101.43.164.214:45020/' //沈阳和盈
// axios.defaults.baseURL ='http://183.249.224.118:9000/' //嘉兴王江泾公用码头
// axios.defaults.baseURL ='http://101.43.164.214:11111/' // 百色三标段项目

View File

@ -201,11 +201,11 @@ export default {
//
srcImgUrl: "",
//
// imgUrl: ["../../assets/.png", "../../assets/.png", "../../assets/.png"],
// imgUrl: ["../../assets/oneBg.png", "../../assets/twoBg.png", "../../assets/threeBg.png"],
imgUrl: {
img1: require("../../../assets/images/entryCodeImg/健康.png"),
img2: require("../../../assets/images/entryCodeImg/低险.png"),
img3: require("../../../assets/images/entryCodeImg/危险.png")
img1: require("../../../assets/images/entryCodeImg/oneBg.png"),
img2: require("../../../assets/images/entryCodeImg/twoBg.png"),
img3: require("../../../assets/images/entryCodeImg/threeBg.png")
},
id: "",
// url
@ -432,7 +432,7 @@ export default {
.place {
width: 90%;
height: 100%;
background-image: url("~@/assets/images/entryCodeImg/健康.png");
background-image: url("~@/assets/images/entryCodeImg/oneBg.png");
background-size: contain;
background-repeat: no-repeat;
background-position: center;

View File

@ -168,7 +168,7 @@ input::-webkit-input-placeholder {
height: 100vh;
background-size: cover;
background-position: right;
background-image: url("~@/assets/images/entryCodeImg/工地背景.jpg");
background-image: url("~@/assets/images/entryCodeImg/indexBg.jpg");
}
h1 {