Your Name 2 年前
父节点
当前提交
5051273306
共有 5 个文件被更改,包括 7 次插入7 次删除
  1. 1
    1
      src/pages/index.vue
  2. 1
    1
      src/pages/pg1/index.vue
  3. 3
    3
      src/pages/pg2/index.vue
  4. 1
    1
      src/pages/pg3/flower1.vue
  5. 1
    1
      src/pages/pg3/index.vue

+ 1
- 1
src/pages/index.vue 查看文件

@@ -33,7 +33,7 @@ onMounted(() => {
33 33
     right: 20px;
34 34
     width: 36px;
35 35
     height: 36px;
36
-    background-image: url('./images/pg1/音乐按钮.png');
36
+    background-image: url('/images/pg1/音乐按钮.png');
37 37
     background-size:100% 100%;
38 38
     z-index: 100;
39 39
   }

+ 1
- 1
src/pages/pg1/index.vue 查看文件

@@ -24,7 +24,7 @@
24 24
 
25 25
 <style lang="less" scoped>
26 26
 .pg1 {
27
-  background-image: url('./images/pg1/BG.png');
27
+  background-image: url('/images/pg1/BG.png');
28 28
   background-size:100% 100%;
29 29
 
30 30
   .logo {

+ 3
- 3
src/pages/pg2/index.vue 查看文件

@@ -29,7 +29,7 @@ import Smoke from './smoke.vue';
29 29
 
30 30
 <style lang="less" scoped>
31 31
 .pg2 {
32
-  background-image: url('./images/pg2/BG.jpg');
32
+  background-image: url('/images/pg2/BG.jpg');
33 33
   background-size:100% 100%;
34 34
 
35 35
   .cloud1 {
@@ -39,7 +39,7 @@ import Smoke from './smoke.vue';
39 39
     right: -10px;
40 40
     z-index: 0;
41 41
     
42
-    background-image: url('./images/pg2/云1.png');
42
+    background-image: url('/images/pg2/云1.png');
43 43
     background-size:100% 100%;
44 44
   }
45 45
 
@@ -50,7 +50,7 @@ import Smoke from './smoke.vue';
50 50
     left: -10vw;
51 51
     z-index: 0;
52 52
     
53
-    background-image: url('./images/pg2/云2.png');
53
+    background-image: url('/images/pg2/云2.png');
54 54
     background-size:100% 100%;
55 55
   }
56 56
 

+ 1
- 1
src/pages/pg3/flower1.vue 查看文件

@@ -22,7 +22,7 @@
22 22
 <style lang="less" scoped>
23 23
 .flower1 {
24 24
   position: relative;
25
-  background-image: url(./images/pg3/花朵.png);
25
+  background-image: url(/images/pg3/花朵.png);
26 26
   background-size: 100% 100%;
27 27
 
28 28
   & > div {

+ 1
- 1
src/pages/pg3/index.vue 查看文件

@@ -72,7 +72,7 @@ onBeforeUnmount(() => {
72 72
 
73 73
 <style lang="less" scoped>
74 74
 .pg3 {
75
-  background-image: url('./images/pg3/BG.png');
75
+  background-image: url('/images/pg3/BG.png');
76 76
   background-size:100% 100%;
77 77
 
78 78
   .logo {