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