Commit 80e6abe3 by gao_yingdong

修改

parent 52ab2340
......@@ -35,7 +35,13 @@
>
<el-submenu :index="item.index" v-if="item.hasChildren == true">
<template slot="title">
<i :class="item.className"></i>
<i v-if="item.id != 'zdqcaj'" :class="item.className"></i>
<img v-else
style="width: 15px; margin-right: 10px; margin-bottom: 2px;"
src="../assets/img/numberMoney.png"
alt=""
/>
<span slot="title">{{ item.label }}</span>
</template>
<el-menu-item
......
......@@ -60,7 +60,7 @@
<template slot="title">
<!-- <i :class="leftMenu[0].className"></i> -->
<img style="width: 15px;height:15px;margin-right: 25px;" src="../assets/img/numberMoney.png" alt="">
<span slot="title">{{ leftMenu[0].label }}</span>
<span slot="title">{{ leftMenu[0].label }}111</span>
</template>
<el-menu-item
:index="item.index"
......
......@@ -223,7 +223,7 @@ export default {
label: "重大侵财案件",
newAuth: "M01",
index: "zdqcaj",
className: "iconfont icongongnengfuwu",
className: "iconfont iconquanxianjiesuo",
hasChildren: true,
children: [
{
......
......@@ -66,7 +66,8 @@ module.exports = {
// }
// },
"/api": {
target: "http://26.3.14.165:8762/", //me
target: "http://26.3.14.165:8762/", //me 公安网
// target: "http://192.168.1.112:8762/", //me
ws: true,
changeOrigin: true,
pathRewrite: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment