mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2026-06-22 18:00:14 +08:00
Fix H5 all-in-one asset paths
This commit is contained in:
@@ -119,7 +119,7 @@
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.header-wraper {
|
||||
background: url('/static/bg.png');
|
||||
background: url('../../static/bg.png');
|
||||
height: 200rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
@@ -35,7 +35,7 @@ export default {
|
||||
.user-point {
|
||||
padding: 0 20rpx;
|
||||
height: 300rpx;
|
||||
background: url("/static/point-bg.png") no-repeat;
|
||||
background: url("../../../static/point-bg.png") no-repeat;
|
||||
background-size: 100%;
|
||||
}
|
||||
.point {
|
||||
@@ -57,4 +57,4 @@ export default {
|
||||
font-size: 36rpx;
|
||||
font-weight: bold;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
@@ -168,7 +168,7 @@
|
||||
}
|
||||
|
||||
.header-wraper {
|
||||
background: url('/static/bg.png');
|
||||
background: url('../../static/bg.png');
|
||||
height: 200rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user