Browse Source

选房改成看房

master
mk 1 week ago
parent
commit
2ea31a8006
  1. 4
      epmet-apartment-front/index.html
  2. 2
      src/components/AppHeader.vue
  3. 2
      src/components/home/ApartmentList.vue

4
epmet-apartment-front/index.html

@ -7,8 +7,8 @@
<link rel="apple-touch-icon" href="/favicon.svg">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>青岛市免租金住房保障平台</title>
<script type="module" crossorigin src="/epmet-apartment-front/static/index-9LQWe98S.js"></script>
<link rel="stylesheet" crossorigin href="/epmet-apartment-front/static/index-BlAFvOcD.css">
<script type="module" crossorigin src="/epmet-apartment-front/static/index-B6NW7W8V.js"></script>
<link rel="stylesheet" crossorigin href="/epmet-apartment-front/static/index-D3RZvDxJ.css">
</head>
<body>
<div id="app"></div>

2
src/components/AppHeader.vue

@ -107,7 +107,7 @@ const navigationConfig = [
key: 'policy'
},
{
name: '房',
name: '房',
path: '/Showings',
key: 'Showings'
},

2
src/components/home/ApartmentList.vue

@ -1,7 +1,7 @@
<template>
<div class="card mt-6">
<div class="title w-full flex justify-between">
看房选房
看房
<span class="more" @click="router.push('/Showings')">更多</span>
</div>
<div class="flex gap-16">

Loading…
Cancel
Save