西海岸顶部导航提示正在建设中
This commit is contained in:
parent
b2c2958fdb
commit
d6c971ab23
|
@ -23,8 +23,8 @@
|
|||
>
|
||||
{{ item.name }}
|
||||
</div>
|
||||
<a-badge :count="sgcNum">
|
||||
<!-- 购物车 -->
|
||||
<!-- <a-badge :count="sgcNum">
|
||||
<svg
|
||||
t="1650455446850"
|
||||
class="icon"
|
||||
|
@ -42,8 +42,7 @@
|
|||
p-id="2070"
|
||||
></path>
|
||||
</svg>
|
||||
<!-- <a-avatar shape="square" size="large" /> -->
|
||||
</a-badge>
|
||||
</a-badge> -->
|
||||
<a-badge :count="mynoticeNum" style="margin-left: 0.2rem">
|
||||
<!-- 消息提醒 -->
|
||||
<svg
|
||||
|
@ -182,7 +181,8 @@
|
|||
}
|
||||
// 跳转页面
|
||||
const jumpPage = (item) => {
|
||||
if(item.name !== '能力集市') {
|
||||
let _arr = ['共享门户', '能力云图', '能力统计', '需求中心', '赋能案例']
|
||||
if(_arr.includes(item.name)) {
|
||||
return message.warn('正在建设中!')
|
||||
}
|
||||
// console.log(item)
|
||||
|
|
Loading…
Reference in New Issue