BUG修改
This commit is contained in:
parent
ecd5c76998
commit
cb19d42c9e
|
@ -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 '赋能案例':
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue