|
@@ -8,7 +8,7 @@
|
|
|
<div class="tool">
|
|
|
<ul>
|
|
|
<template v-for="(menu,index) in menuRoutes" :key="index">
|
|
|
- <li v-if="index < 3" :class="{active: cMenuRoute['title'] === menu['title']}" @click="toSwitchPage(menu)">
|
|
|
+ <li v-if="index < 4" :class="{active: cMenuRoute['title'] === menu['title']}" @click="toSwitchPage(menu)">
|
|
|
<span :class="`iconfont ${menu['icon']}`"></span>
|
|
|
<span class="title">{{menu['title']}}</span>
|
|
|
</li>
|
|
@@ -51,6 +51,12 @@ const menuRoutes = [
|
|
|
name: 'Znzt',
|
|
|
window: true
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '地价预测',
|
|
|
+ icon: 'icon-zhengcefagui',
|
|
|
+ name: 'Djyc',
|
|
|
+ iframe: true
|
|
|
+ },
|
|
|
{
|
|
|
title: '知识库',
|
|
|
icon: 'icon-66zhishikuguanli',
|