Browse Source

Merge branch 'release/3.1.0-小区合伙人'

develop
nesxy 6 years ago
parent
commit
afcdcfafe4
3 changed files with 12 additions and 1 deletions
  1. 2
      index.html
  2. BIN
      src/assets/images/jinhui.png
  3. 11
      src/view/home.vue

2
index.html

@ -9,6 +9,6 @@
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>

BIN
src/assets/images/jinhui.png

Before After
Width: 20  |  Height: 20  |  Size: 19 KiB

11
src/view/home.vue

@ -121,8 +121,16 @@
</li>
</ul>
</div>
<div class="bottom_bottoms w">
<p>Copyrights 2017-广州一号家政科技有限公司 Rights Reserviced
<a href="http://www.miibeian.gov.cn/">
<img src="../assets/images/jinhui.png" alt="">粤ICP备18009912号</a>
</p>
</div>
</div>
<div style="height:1rem"></div>
</div>
<div class="page-bottom">
<routerFooter></routerFooter>
@ -141,7 +149,10 @@
{{address}}
<div style="color: #2c3e50">暂不提供服务</div>
</alert>
<!-- built files will be auto injected -->
</div>
</template>
<script>

Loading…
Cancel
Save