Browse Source

弹框背景图路径修改

mork 3 weeks ago
parent
commit
aac7585d6a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/KDYJS.vue

+ 1 - 1
src/views/KDYJS.vue

@@ -1241,7 +1241,7 @@ export default {
       position: relative;
       top: calc(50% - 222px);
       height: 300px;
-      background: url(http://localhost:2118/kdyjs/img/u133.e1a3de44.png) no-repeat center center / 100% 100%;
+      background: url(~@/assets/images/u133.png) no-repeat center center/100% 100%;
       overflow: hidden;
 
       .kdyjs-header {