首页bug修改,370接口现场调试
This commit is contained in:
parent
ced39cbf35
commit
0277957ff5
|
|
@ -35,7 +35,14 @@
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="right-profile">
|
||||||
|
<span class="zyt" @click="skipPage"><i>综合执法一张图</i></span>
|
||||||
|
<i class="iconfont icon-zngzt_zfdc" v-if="projectName == 'gzt'" title="编辑桌面"></i>
|
||||||
|
<i class="iconfont icon-zngzt_syfw" v-if="projectName != 'gzt'" @click="handleTo({ path: 'gzt' })" title="首页"></i>
|
||||||
|
<NotificationBell/>
|
||||||
|
<public-full-screen></public-full-screen>
|
||||||
|
<i class="iconfont icon-zngzt_tcdl" @click="handleLogout" title="退出"></i>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script setup>
|
<script setup>
|
||||||
|
|
|
||||||
|
|
@ -206,6 +206,7 @@ function reset(query) {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
const {componentLoading, queryParams, permissions, tableConfig, apiConfig, dialogConfig, actions} = toRefs(state)
|
const {componentLoading, queryParams, permissions, tableConfig, apiConfig, dialogConfig, actions} = toRefs(state)
|
||||||
|
|
||||||
const broTable = ref(null)
|
const broTable = ref(null)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue