Browse Source

更新备案信息

release/3.1.0-小区合伙人
nesxy 6 years ago
parent
commit
eb0de5bc0c
2 changed files with 9 additions and 7 deletions
  1. 7
      index.html
  2. 9
      src/view/home.vue

7
index.html

@ -9,13 +9,6 @@
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>
<!-- built files will be auto injected -->
<div class="bottom_bottoms w">
<p>Copyrights 2017-广州一号家政科技有限公司 Rights Reserviced &nbsp&nbsp&nbsp|&nbsp&nbsp&nbsp
<a href="http://www.miibeian.gov.cn/">
<img src="/src/assets/images/jinhui.png" alt="">粤ICP备18009912号</a>
</p>
</div>
</body> </body>
</html> </html>

9
src/view/home.vue

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

Loading…
Cancel
Save