mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 20:36:43 +08:00
隐藏案例
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<div class="xtop-nav">
|
||||
<div><a :href="`${webBaseUrl}/index`">首页</a></div>
|
||||
<div><a :href="`${webBaseUrl}/course`">课程</a></div>
|
||||
<div><a :href="`${webBaseUrl}/case`">案例</a></div>
|
||||
<div v-if="caseShow"><a :href="`${webBaseUrl}/case`">案例</a></div>
|
||||
<div><a :href="`${webBaseUrl}/article`">文章</a></div>
|
||||
<div><a :href="`${webBaseUrl}/qa`">问答</a></div>
|
||||
<div>
|
||||
@@ -134,7 +134,7 @@ export default {
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
...mapGetters(['userInfo', 'userMsg']),
|
||||
...mapGetters(['userInfo', 'userMsg','caseShow']),
|
||||
showName: function() {
|
||||
//console.log('name='+this.name);
|
||||
//console.log('loginName='+this.loginName);
|
||||
|
||||
Reference in New Issue
Block a user