瀏覽代碼

Merge branch 'feature_20260522_日报分享,标题换行' into uat(dev)

zhujindu 1 周之前
父節點
當前提交
2346057b53

+ 1 - 1
src/components/share.vue

@@ -477,7 +477,7 @@ export default {
     border-radius: 0 0 vw(35) vw(35);
     border-radius: 0 0 vw(35) vw(35);
     padding-top: 0;
     padding-top: 0;
     .text {
     .text {
-      background: url(/mobile/static/img/textBack1.07329b16.png) no-repeat;
+      background: url('../assets/textBack1.png') no-repeat;
       width: 100%;
       width: 100%;
       min-height: vw(94);
       min-height: vw(94);
       background-size: cover;
       background-size: cover;

+ 1 - 1
src/components/shareAtarget.vue

@@ -696,7 +696,7 @@ export default {
     margin-left: 8px;
     margin-left: 8px;
   }
   }
   .text {
   .text {
-    background: url(/mobile/static/img/textBack1.07329b16.png) no-repeat;
+    background: url('../assets/textBack1.png') no-repeat;
     width: 100%;
     width: 100%;
     min-height: vw(94);
     min-height: vw(94);
     background-size: cover;
     background-size: cover;

+ 1 - 1
src/components/shareBtarget.vue

@@ -513,7 +513,7 @@ export default {
     margin-left: 8px;
     margin-left: 8px;
   }
   }
   .text {
   .text {
-    background: url(/mobile/static/img/textBack1.07329b16.png) no-repeat;
+    background: url('../assets/textBack1.png') no-repeat;
     width: 100%;
     width: 100%;
     min-height: vw(94);
     min-height: vw(94);
     background-size: cover;
     background-size: cover;

+ 1 - 1
src/components/shareCommonTarget.vue

@@ -523,7 +523,7 @@ export default {
     display: none;
     display: none;
   }
   }
   .text {
   .text {
-    background: url(/mobile/static/img/textBack1.07329b16.png) no-repeat;
+    background: url('../assets/textBack1.png') no-repeat;
     width: 100%;
     width: 100%;
     min-height: vw(94);
     min-height: vw(94);
     background-size: cover;
     background-size: cover;

+ 1 - 1
src/components/shareReportCustom.vue

@@ -71,7 +71,7 @@ export default {
 <style lang="scss">
 <style lang="scss">
 .shareReportCustom {
 .shareReportCustom {
   .text {
   .text {
-    background: url(/mobile/static/img/textBack1.07329b16.png) no-repeat;
+    background: url('../assets/textBack1.png') no-repeat;
     width: 100%;
     width: 100%;
     min-height: vw(94);
     min-height: vw(94);
     background-size: cover;
     background-size: cover;