update:修改配置

This commit is contained in:
ky_qixm
2021-09-13 13:57:33 +08:00
parent 2846dac445
commit 8c5a442af1
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>