ZZJ
2022-04-20 246772ecc677b15cc9be2fbdd63d50f6216e099f
1
2
3
4
5
6
7
8
9
10
11
12
13
<template>
  <div class="Footer"></div>
</template>
 
<script >
export default {};
</script>
 
<style lang="scss" scoped>
.Footer {
  background: #f3f5f8;
}
</style>