BUG修改

This commit is contained in:
a0049873 2022-06-30 18:26:39 +08:00
parent ecd5c76998
commit cb19d42c9e
3 changed files with 4 additions and 3 deletions

View File

@ -197,7 +197,7 @@
})
break
case '后台管理':
window.open(window.SITE_CONFIG.backUrl + '/#/bscatalogue-bscatalogue')
window.open(window.SITE_CONFIG.backUrl + '/#/login')
window.reload('http://15.2.21.238:9797')
break
case '赋能案例':

View File

@ -2,7 +2,7 @@
* @Author: hisense.liangjunhua
* @Date: 2022-06-21 11:55:07
* @LastEditors: hisense.liangjunhua
* @LastEditTime: 2022-06-30 18:17:40
* @LastEditTime: 2022-06-30 18:18:57
* @Description: 告诉大家这是什么
-->
<template>
@ -234,6 +234,7 @@
}
})
} else {
console.log('提交')
selectData.value.map((val) => {
mynoticeRead(val).then((res) => {
if (res.data.code == 0) {

View File

@ -40,7 +40,7 @@
:key="item.id"
:class="index == 2 ? 'name-last' : ''"
>
{{ item.name + '-' + item.num + '' }}
{{ item.name + '-' + item.num + '' }}
</div>
<div class="btn" @click="jumpPage('基础设施')">查看更多</div>
</div>