| | |
| | | {index:'banShiZhiNan',name:'办事指南'}, |
| | | {index:'kePu',name:'科普风采'}, |
| | | {index:'xueXiaoShouYe',name:'学校首页'}, |
| | | {index:'telephone',name:'联系我们'}, |
| | | { index: 'telephone', name: '联系我们' } |
| | | ] |
| | | } |
| | | }, |
| | | created(){ |
| | | }, |
| | | mounted(){ |
| | | |
| | | }, |
| | | watch:{ |
| | | |
| | | }, |
| | | created() {}, |
| | | mounted() {}, |
| | | watch: {}, |
| | | methods: { |
| | | handleSelect(key, keyPath) { |
| | | // console.log(key, keyPath) |
| | | console.log(key, keyPath) |
| | | if (key == 'xueXiaoShouYe') { |
| | | window.location.href = 'https://www.pdsu.edu.cn/#' |
| | | } else { |
| | | this.$router.push({ |
| | | path: '/home/' + key, |
| | | query:{ |
| | |
| | | } |
| | | } |
| | | } |
| | | } |
| | | </script> |
| | | |
| | | <style lang="less" scoped> |