Merge branch 'master' of http://118.178.224.202:3000/ewide/zsxt_nbzs_h5
This commit is contained in:
@@ -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')
|
||||
},
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user