|
@@ -89,7 +89,7 @@ onBeforeUnmount(() => {
|
|
|
</script>
|
|
|
<style scoped lang="scss">
|
|
|
.main {
|
|
|
- background: url('./images/bg.jpg');
|
|
|
+ background: url('/images/bg.jpg');
|
|
|
background-size: 100% 100%;
|
|
|
padding: 0px;
|
|
|
margin: 0px;
|
|
@@ -106,7 +106,7 @@ onBeforeUnmount(() => {
|
|
|
.head {
|
|
|
position: relative;
|
|
|
height: 4.5rem;
|
|
|
- background: url('./images/head_bg.png') no-repeat center center;
|
|
|
+ background: url('/images/head_bg.png') no-repeat center center;
|
|
|
background-size: 100% 100%;
|
|
|
.head_1 {
|
|
|
color: #fff;
|