Browse Source

链接bug修改

feature/3.1.0-小区合伙人
lfs3 6 years ago
parent
commit
8eab7f2b6c
2 changed files with 6 additions and 3 deletions
  1. 5
      src/api/chooseCommunity.js
  2. 4
      src/components/nav-bottom.vue

5
src/api/chooseCommunity.js

@ -12,5 +12,8 @@ export default {
method: 'GET',
url: '/mall/web/estate/query/estateList',
},
getGoodsTemlate: {
method: 'GET',
url: '/mall/web/goods/template',
},
}

4
src/components/nav-bottom.vue

@ -5,11 +5,11 @@
<img v-else src="../assets/images/icon/home-s.png">
<span>首页</span>
</router-link>
<a class="service" href="http://192.168.31.52:8080/mall/web/appoint_index">
<a class="service" href="http://test.yihaojiazheng.cn/mall/web/appoint_index">
<img src="../assets/images/icon/server.png" />
<span>服务</span>
</a>
<a class="user-center" href="http://192.168.31.52:8080/mall/web/owner">
<a class="user-center" href="http://test.yihaojiazheng.cn/mall/web/owner">
<img src="../assets/images/icon/my.png" />
<span>我的</span>
</a>

Loading…
Cancel
Save