|
@@ -111,7 +111,7 @@ const pd = reactive({
|
|
|
mac: '',
|
|
|
pwd: '',
|
|
|
},
|
|
|
- imgUrl:'/static',
|
|
|
+ imgUrl:'/static/image',
|
|
|
steps:[{title:'网络检测',img:'/login-image1.png',next:'/login-next1.png'},{title:'登陆',next:'/login-next1.png'},{title:'进入系统'}],
|
|
|
})
|
|
|
const machineList = ref(JSON.parse(JSON.stringify(machineTypeList)))
|
|
@@ -236,7 +236,7 @@ onActivated(() => {
|
|
|
}
|
|
|
}
|
|
|
.content{
|
|
|
- background-image: url('static/login-bg1.png');
|
|
|
+ background-image: url('static/image/login-bg1.png');
|
|
|
width: 500rpx;
|
|
|
height: 200rpx;
|
|
|
background-position: center center;
|