陈兆杰 hai 1 ano
pai
achega
f39b76d000

+ 2 - 2
pages/index/index.vue

@@ -57,7 +57,7 @@ const toSelect = () => {
 
 <style lang="scss" scoped>
 .main{
-  background-image: url('static/index-bg.png');
+  background-image: url('static/image/index-bg.png');
   width: 100%;
   height: 100%;
   background-position: center center;
@@ -65,7 +65,7 @@ const toSelect = () => {
   background-repeat: no-repeat;
 }
 .bg2{
-  background-image: url('static/index-bg2.png');
+  background-image: url('static/image/index-bg2.png');
   width: 80%;
   height: 80%;
   background-position: center center;

+ 2 - 2
pages/index/init.vue

@@ -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;

+ 3 - 3
pages/task/info.vue

@@ -252,13 +252,13 @@ onActivated(() => {
   margin-bottom: 20rpx;
 
   &-0{
-    background: url('static/card-bg1.png') no-repeat center center;
+    background: url('static/image/card-bg1.png') no-repeat center center;
   }
   &-1{
-    background: url('static/card-bg2.png') no-repeat center center;
+    background: url('static/image/card-bg2.png') no-repeat center center;
   }
   &-2{
-    background: url('static/card-bg3.png') no-repeat center center;
+    background: url('static/image/card-bg3.png') no-repeat center center;
   }
 }
 

BIN=BIN
static/image/card-bg1.png


BIN=BIN
static/image/card-bg2.png


BIN=BIN
static/image/card-bg3.png


BIN=BIN
static/image/index-bg.png


BIN=BIN
static/image/index-bg2.png


BIN=BIN
static/image/index-card.png


BIN=BIN
static/image/login-bg1.png


BIN=BIN
static/image/login-image1.png


BIN=BIN
static/image/login-next1.png


BIN=BIN
static/image/login-wifi.png