Ver código fonte

feat:修改图片路径

AmandaG 1 ano atrás
pai
commit
3c3e5180cc

+ 0 - 3
src/api/module/common.ts

@@ -188,7 +188,6 @@ export const SaveLayout = (params: any, config: any) => {
     config
   )
 }
-<<<<<<< HEAD
 /**
  * ETD to ETA(DAYS)点击跳转
  */
@@ -309,5 +308,3 @@ export const scoringgrade = (params: any, config: any) => {
     config
   )
 }
-=======
->>>>>>> dev

+ 2 - 2
src/components/ScoringGrade/components/DialogColorful.vue

@@ -18,7 +18,7 @@ const submitDetails = (val: any) => {
         <img :src="props.colorfulSrc" />
       </div>
       <div class="vector">
-        <img class="vector_img" src="/src/styles/images/bubble_corner_colorful.png" />
+        <img class="vector_img" src="/k_new_online/src/styles/images/bubble_corner_colorful.png" />
       </div>
     </div>
     <div v-if="props.isshowDetails" class="dialogcolorful submit">
@@ -38,7 +38,7 @@ const submitDetails = (val: any) => {
         </div>
       </div>
       <div class="vector vector_submit">
-        <img class="vector_img" src="/src/styles/images/bubble_corner_colorful.png" />
+        <img class="vector_img" src="/k_new_online/src/styles/images/bubble_corner_colorful.png" />
       </div>
     </div>
   </div>

+ 1 - 1
src/components/ScoringGrade/components/DialogUe.vue

@@ -130,7 +130,7 @@ const changeSmileRadio = (title: any, value: any) => {
         </div>
       </div>
     </div>
-    <div class="vector"><img class="vector_img" src="/src/styles/images/bubble_corner.png" /></div>
+    <div class="vector"><img class="vector_img" src="/k_new_online/src/styles/images/bubble_corner.png" /></div>
   </div>
 </template>
 <style lang="scss" scoped>

+ 12 - 12
src/components/ScoringGrade/src/ScoringGrade.vue

@@ -26,39 +26,39 @@ const colorfulSrc = ref()
 const dialogcontent = ref()
 const angryproposal = ref()
 const smileproposal = ref()
-const clickSrc = ref('/src/styles/images/score_normal.png')
+const clickSrc = ref('/k_new_online/src/styles/images/score_normal.png')
 avater.value = [
   {
-    src: '/src/styles/images/score_angry.png',
-    itemsrc: '/src/styles/images/angry_2.png',
+    src: '/k_new_online/src/styles/images/score_angry.png',
+    itemsrc: '/k_new_online//src/styles/images/angry_2.png',
     itemtext: 'We are so sorry for the inconveniences. We value your experience immensely. ',
     expression: 'angry',
     proposal: 'Could you please tell us which aspects of the system you are dissatisfied with?'
   },
   {
-    src: '/src/styles/images/score_sad.png',
-    itemsrc: '/src/styles/images/sad_2.png',
+    src: '/k_new_online/src/styles/images/score_sad.png',
+    itemsrc: '/k_new_online//src/styles/images/sad_2.png',
     itemtext: 'We are so sorry for the inconveniences. We value your experience immensely. ',
     expression: 'sad',
     proposal: 'Could you please tell us which aspects of the system you are dissatisfied with?'
   },
   {
-    src: '/src/styles/images/score_smile.png',
-    itemsrc: '/src/styles/images/smile_2.png',
+    src: '/k_new_online/src/styles/images/score_smile.png',
+    itemsrc: '/k_new_online//src/styles/images/smile_2.png',
     itemtext: 'Thank you for sharing your thoughts with us. We value your experience greatly.',
     expression: 'smile',
     proposal: 'Could you share what aspects you liked and what could be improved ?'
   },
   {
-    src: '/src/styles/images/score_hhh.png',
-    itemsrc: '/src/styles/images/hhh_2.png',
+    src: '/k_new_online/src/styles/images/score_hhh.png',
+    itemsrc: '/k_new_online//src/styles/images/hhh_2.png',
     itemtext: 'Thank you very much for giving us a satisfied rating on our service or system.',
     expression: 'hhh',
     proposal: 'We are curious to learn more about what specifically made you feel satisfied. '
   },
   {
-    src: '/src/styles/images/score_happy.png',
-    itemsrc: '/src/styles/images/happy_2.png',
+    src: '/k_new_online/src/styles/images/score_happy.png',
+    itemsrc: '/k_new_online//src/styles/images/happy_2.png',
     itemtext: 'Thank you very much for giving us a satisfied rating on our service or system.',
     expression: 'happy',
     proposal: 'We are curious to learn more about what specifically made you feel satisfied. '
@@ -319,7 +319,7 @@ const submitDetails = (val: any) => {
         title="Submit Successful"
       >
         <template #icon>
-          <el-image src="/src/styles/images/submit_successful.png" />
+          <el-image src="/k_new_online/src/styles/images/submit_successful.png" />
         </template>
         <template #sub-title>
           <div class="sub_title_text">Apologize once again for your experience.</div>

+ 14 - 14
src/views/Dashboard/src/components/ScoringSystem.vue

@@ -33,9 +33,9 @@ avater.value = [
     changecolortext: false
   },
   {
-    src: '/src/styles/images/score_sad.png',
-    src1: '/src/styles/images/score_sad.png',
-    itemsrc: '/src/styles/images/sad_2.png',
+    src: '/k_new_online/src/styles/images/score_sad.png',
+    src1: '/k_new_online/src/styles/images/score_sad.png',
+    itemsrc: '/k_new_online/src/styles/images/sad_2.png',
     itemtext: 'We are so sorry for the inconveniences. We value your experience immensely. ',
     expression: 'sad',
     proposal: 'Could you please tell us which aspects of the system you are dissatisfied with?',
@@ -43,9 +43,9 @@ avater.value = [
     changecolortext: false
   },
   {
-    src: '/src/styles/images/score_smile.png',
-    src1: '/src/styles/images/score_smile.png',
-    itemsrc: '/src/styles/images/smile_2.png',
+    src: '/k_new_online/src/styles/images/score_smile.png',
+    src1: '/k_new_online/src/styles/images/score_smile.png',
+    itemsrc: '/k_new_online/src/styles/images/smile_2.png',
     itemtext: 'Thank you for sharing your thoughts with us. We value your experience greatly.',
     expression: 'smile',
     proposal: 'Could you share what aspects you liked and what could be improved ?',
@@ -53,9 +53,9 @@ avater.value = [
     changecolortext: false
   },
   {
-    src: '/src/styles/images/score_hhh.png',
-    src1: '/src/styles/images/score_hhh.png',
-    itemsrc: '/src/styles/images/hhh_2.png',
+    src: '/k_new_online/src/styles/images/score_hhh.png',
+    src1: '/k_new_online/src/styles/images/score_hhh.png',
+    itemsrc: '/k_new_online//src/styles/images/hhh_2.png',
     itemtext: 'Thank you very much for giving us a satisfied rating on our service or system.',
     expression: 'hhh',
     proposal: 'We are curious to learn more about what specifically made you feel satisfied. ',
@@ -63,9 +63,9 @@ avater.value = [
     changecolortext: false
   },
   {
-    src: '/src/styles/images/score_happy.png',
-    src1: '/src/styles/images/score_happy.png',
-    itemsrc: '/src/styles/images/happy_2.png',
+    src: '/k_new_online/src/styles/images/score_happy.png',
+    src1: '/k_new_online/src/styles/images/score_happy.png',
+    itemsrc: '/k_new_online/src/styles/images/happy_2.png',
     itemtext: 'Thank you very much for giving us a satisfied rating on our service or system.',
     expression: 'happy',
     proposal: 'We are curious to learn more about what specifically made you feel satisfied. ',
@@ -247,7 +247,7 @@ const submitDetails = (val: any) => {
 <template>
   <div class="scoring_dashboard" v-if="isShowScoring">
     <div class="scoring_left">
-      <img class="scoring_img" src="/src/styles/images/dashboard_scoring.png" />
+      <img class="scoring_img" src="/k_new_online/src/styles/images/dashboard_scoring.png" />
       <div>How satisfied are you with this system ?</div>
       <div class="das_share" @click="dialogVisible = true">Share Your Feedback</div>
       <el-dialog
@@ -379,7 +379,7 @@ const submitDetails = (val: any) => {
           title="Submit Successful"
         >
           <template #icon>
-            <el-image src="/src/styles/images/submit_successful.png" />
+            <el-image src="/k_new_online/src/styles/images/submit_successful.png" />
           </template>
           <template #sub-title>
             <div class="sub_title_text">Apologize once again for your experience.</div>