|
@@ -5,7 +5,7 @@
|
|
<el-menu-item index="2">成果展示</el-menu-item>
|
|
<el-menu-item index="2">成果展示</el-menu-item>
|
|
<el-menu-item index="3">计算服务</el-menu-item>
|
|
<el-menu-item index="3">计算服务</el-menu-item>
|
|
<el-menu-item index="4">交流活动</el-menu-item>
|
|
<el-menu-item index="4">交流活动</el-menu-item>
|
|
- <el-menu-item index="5"><a href="https://www.ele.me" target="_blank">党建学院</a></el-menu-item>
|
|
|
|
|
|
+ <el-menu-item index="5" @click="toPartisan">党建学院</el-menu-item>
|
|
</el-menu>
|
|
</el-menu>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
@@ -23,6 +23,9 @@ export default {
|
|
computed: {},
|
|
computed: {},
|
|
methods: {
|
|
methods: {
|
|
handleSelect() {},
|
|
handleSelect() {},
|
|
|
|
+ toPartisan() {
|
|
|
|
+ this.$router.push({ path: '/partisan/index' });
|
|
|
|
+ },
|
|
},
|
|
},
|
|
};
|
|
};
|
|
</script>
|
|
</script>
|