This commit is contained in:
2021-09-13 14:38:41 +08:00
4 changed files with 6 additions and 4 deletions

View File

@@ -4,9 +4,10 @@ import Router from 'vue-router'
Vue.use(Router)
export default new Router({
mode:'hash',
routes: [
{
path: '/index',
path: '/',
name: 'index',
component: () => import('../views')
},

View File

@@ -33,7 +33,7 @@
:key="item.id"
@click="gotoDetail(item.id)"
class="proListBox shadow"
v-for="(item,i) in list"
v-for="(item) in list"
>
<div class="proAreaBox">
<div class="proArea">{{item.area}}</div>