|
@@ -62,7 +62,7 @@
|
|
|
</template>
|
|
|
<div class="more-menu-list">
|
|
|
<template v-for="(h, hI) in item.children.filter((v, i) => i > 5)">
|
|
|
- <div class="more-menu-item __hover" :style="`cursor: ${h.href ? 'pointer' : 'not-allowed'};`" @click="h.href ? toHref(h) : null">
|
|
|
+ <div class="more-menu-item __hover" @click="h.href ? toHref(h) : null">
|
|
|
{{h.label}}
|
|
|
</div>
|
|
|
</template>
|
|
@@ -73,7 +73,7 @@
|
|
|
</div>
|
|
|
<div class="screen-href-block-content">
|
|
|
<template v-for="(h, hI) in item.children">
|
|
|
- <div class="shbc-item __hover" :style="`cursor: ${h.href ? 'pointer' : 'not-allowed'};`" @click="h.href ? toHref(h) : null">
|
|
|
+ <div class="shbc-item __hover" @click="h.href ? toHref(h) : null">
|
|
|
<img src="../common/img/bottom-item-label.png"/><p>{{h.label}}</p>
|
|
|
</div>
|
|
|
</template>
|
|
@@ -299,7 +299,7 @@
|
|
|
<div class="bu-zw __hover">融办专网</div>
|
|
|
<div class="bu-zwxt __hover">专网系统</div>
|
|
|
<div class="bu-zw __hover">边检专网</div>
|
|
|
- <div class="bu-zw __hover">打私专网</div>
|
|
|
+ <div class="bu-zw __hover">公安专网</div>
|
|
|
</div>
|
|
|
<div v-show="showInfo" class="info-dialog" ref="ref_infoDialog">
|
|
|
<template v-for="(item, index) in InfoMapper">
|