人生啊人生 3 miesięcy temu
rodzic
commit
2157b576b8
1 zmienionych plików z 14 dodań i 14 usunięć
  1. 14 14
      user_web/src/view/student/main/Main.vue

+ 14 - 14
user_web/src/view/student/main/Main.vue

@@ -7,27 +7,27 @@ import UserRight from "@/components/user/UserRight.vue";
 let menuList = ref([
     {
         "name" : "元宇宙展厅",
-        "logo" : new URL("../assets/res/img/main/tab_01.png", import.meta.url).href,
+        "logo" : new URL("../../../assets/res/img/main/tab_01.png", import.meta.url).href,
     },
     {
         "name" : "声纳检测实训",
-        "logo" : new URL("../assets/res/img/main/tab_02.png", import.meta.url).href,
+        "logo" : new URL("../../../assets/res/img/main/tab_02.png", import.meta.url).href,
     },
     {
         "name" : "CCTV检测实训",
-        "logo" : new URL("../assets/res/img/main/tab_03.png", import.meta.url).href,
+        "logo" : new URL("../../../assets/res/img/main/tab_03.png", import.meta.url).href,
     },
     {
         "name" : "QV检测实训",
-        "logo" : new URL("../assets/res/img/main/tab_04.png", import.meta.url).href,
+        "logo" : new URL("../../../assets/res/img/main/tab_04.png", import.meta.url).href,
     },
 ]);
 
 let studyList = ref([
 
     {
-        "topImg" : new URL("../assets/res/img/main/yuan_1.svg", import.meta.url).href,
-        "bgImg" : new URL("../assets/res/img/main/time_01.png", import.meta.url).href,
+        "topImg" : new URL("../../../assets/res/img/main/yuan_1.svg", import.meta.url).href,
+        "bgImg" : new URL("../../../assets/res/img/main/time_01.png", import.meta.url).href,
         "name" : "声纳学习时长",
         "style_1" : "color:#5B6EDD;",
         "style_2" : "color:#5B6EDD;",
@@ -38,8 +38,8 @@ let studyList = ref([
         "numMax" : 37,
     },
     {
-        "topImg" : new URL("../assets/res/img/main/yuan_2.svg", import.meta.url).href,
-        "bgImg" : new URL("../assets/res/img/main/time_02.png", import.meta.url).href,
+        "topImg" : new URL("../../../assets/res/img/main/yuan_2.svg", import.meta.url).href,
+        "bgImg" : new URL("../../../assets/res/img/main/time_02.png", import.meta.url).href,
         "name" : "CCTV学习时长",
         "style_1" : "color:#28A47E;",
         "style_2" : "color:#28A47E;",
@@ -50,8 +50,8 @@ let studyList = ref([
         "numMax" : 37,
     },
     {
-        "topImg" : new URL("../assets/res/img/main/yuan_3.svg", import.meta.url).href,
-        "bgImg" : new URL("../assets/res/img/main/time_03.png", import.meta.url).href,
+        "topImg" : new URL("../../../assets/res/img/main/yuan_3.svg", import.meta.url).href,
+        "bgImg" : new URL("../../../assets/res/img/main/time_03.png", import.meta.url).href,
         "name" : "QV学习时长",
         "style_1" : "color:#D47571;",
         "style_2" : "color:#D47571;",
@@ -99,8 +99,8 @@ const menuListEvent = (json, index) => {
     <div class="main commonsScrollbar">
         
         <UserRight></UserRight>
-        <img class="logo" src="../assets/res/img/main/logo.png" />
-        <img class="title" src="../assets/res/img/main/title.svg" />
+        <img class="logo" src="../../../assets/res/img/main/logo.png" />
+        <img class="title" src="../../../assets/res/img/main/title.svg" />
 
         <div class="content">
 
@@ -113,7 +113,7 @@ const menuListEvent = (json, index) => {
                         <div class="lb" >
 
                             <div class="symbol">
-                                <img class="imgYuanQuan" src="../assets/res/img/main/yuan_quan.svg" />
+                                <img class="imgYuanQuan" src="../../../assets/res/img/main/yuan_quan.svg" />
                             </div>
                             我的学习成果
 
@@ -155,7 +155,7 @@ const menuListEvent = (json, index) => {
 
                     <div class="look2">
 
-                        <img class="haiBao" src="../assets/res/img/main/hai_bao.png" />
+                        <img class="haiBao" src="../../../assets/res/img/main/hai_bao.png" />
 
                     </div>