提交 a8b6b8dd authored 作者: matian's avatar matian

updates

上级 a1b45c16
......@@ -2,10 +2,10 @@ import { Message } from 'element-ui'
export const roadMapList = [
{
project_name: '项目名称:',
isShow: false,
position: 'top',
icon: 'https://webapp-pub.ezijing.com/www/pc/lifeLearning/icon1.png',
title: '职业教育',
isShow: false,
projectList: [
{
tenant: '',
......@@ -29,10 +29,11 @@ export const roadMapList = [
},
{
project_name: '项目名称:',
isShow: false,
position: 'left-end',
icon: 'https://webapp-pub.ezijing.com/www/pc/lifeLearning/icon2.png',
title: '本科',
isShow: false,
projectList: [
{
tenant: '',
......@@ -64,9 +65,10 @@ export const roadMapList = [
{
project_name: '项目名称:',
position: 'right-start',
isShow: false,
icon: 'https://webapp-pub.ezijing.com/www/pc/lifeLearning/icon3.png',
title: '在线国际学位',
isShow: false,
projectList: [
{
tenant: 'marywood',
......@@ -100,9 +102,10 @@ export const roadMapList = [
{
project_name: '项目名称:',
position: 'right-start',
isShow: false,
icon: 'https://webapp-pub.ezijing.com/www/pc/lifeLearning/icon4.png',
title: '硕士',
isShow: false,
projectList: [
{
tenant: 'kelley',
......@@ -135,9 +138,10 @@ export const roadMapList = [
{
project_name: '项目名称:',
position: 'bottom-start',
isShow: false,
icon: 'https://webapp-pub.ezijing.com/www/pc/lifeLearning/icon5.png',
title: '博士',
isShow: false,
projectList: [
{
tenant: 'cbu_plus',
......@@ -153,8 +157,9 @@ export const homeMapList = [
project_name: '项目名称:',
position: 'left',
icon: 'https://webapp-pub.ezijing.com/www/pc/lifeLearning/home.png',
isShow: false,
title: '职业证书',
isShow: false,
itemList: [
{
tenant: 'x1',
......@@ -197,8 +202,9 @@ export const homeMapList = [
{
position: 'top-start',
icon: 'https://webapp-pub.ezijing.com/www/pc/lifeLearning/home.png',
isShow: false,
title: '实习就业',
isShow: false,
itemList: [
{
tenant: '',
......
......@@ -6,6 +6,27 @@
<RightAside />
</div>
</template>
<script>
export default {
mounted() {
pushHistory()
window.addEventListener(
'popstate',
function(e) {
window.location.reload()
},
false
)
function pushHistory() {
var state = {
title: 'title',
url: ''
}
window.history.pushState(state, 'title', '')
}
}
}
</script>
<style>
html {
font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
......
......@@ -74,9 +74,8 @@ import ProjectCard from '@/components/ProjectCard.vue'
import AppLink from '@/components/Link.vue'
export default {
// inject: ['reload'],
components: { ProjectCard, AppLink },
computed: {
// 个人报名列表
learning() {
......@@ -222,9 +221,6 @@ export default {
})
}
}
},
mounted() {
// this.reload() // 哪里需要在哪里调用
}
}
</script>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论