Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-www-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-www-pc
Commits
a8b6b8dd
提交
a8b6b8dd
authored
5月 19, 2022
作者:
matian
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
updates
上级
a1b45c16
显示空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
35 行增加
和
12 行删除
+35
-12
roadMap.js
assets/roadMap.js
+13
-7
default.vue
layouts/default.vue
+21
-0
index.vue
pages/roadmap/index.vue
+1
-5
没有找到文件。
assets/roadMap.js
浏览文件 @
a8b6b8dd
...
@@ -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
:
''
,
...
...
layouts/default.vue
浏览文件 @
a8b6b8dd
...
@@ -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
,
...
...
pages/roadmap/index.vue
浏览文件 @
a8b6b8dd
...
@@ -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
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论