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

updates

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