ZZJ
2022-07-11 6ef2ac92c0d3f79b59b8698274918df830b58b29
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>