Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
91c4287e
提交
91c4287e
authored
5月 25, 2021
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
bug fixes
上级
a2c15d58
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
10 行增加
和
14 行删除
+10
-14
Head.vue
components/Head.vue
+7
-9
index.vue
modules/my/admission/index.vue
+1
-2
index.vue
modules/my/application/index.vue
+1
-2
index.vue
modules/my/interview/index.vue
+1
-1
没有找到文件。
components/Head.vue
浏览文件 @
91c4287e
...
...
@@ -5,13 +5,13 @@
<div
class=
"max-width-content"
>
<app-link
:item=
"
{ path: '/' }">
<div
class=
"logo-box"
>
<img
src=
"http://zws-imgs-pub.oss-cn-beijing.aliyuncs.com/static/ezijing/logo/ezijing-logo.svg"
>
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/marywood_logo.svg"
>
<img
src=
"http://zws-imgs-pub.oss-cn-beijing.aliyuncs.com/static/ezijing/logo/ezijing-logo.svg"
/
>
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/marywood_logo.svg"
/
>
</div>
</app-link>
<div
class=
"user"
v-if=
"user.id"
>
<span>
{{
user
.
realname
}}
</span
>
<em>
|
</em><span
class=
"logout"
@
click=
"logout"
>
退出
</span>
<span>
{{
user
.
realname
||
user
.
nickname
}}
</span>
<em>
|
</em><span
class=
"logout"
@
click=
"logout"
>
退出
</span>
</div>
<div
class=
"login-btn-box"
v-else
>
<div
class=
"login"
><a
:href=
"loginURL"
>
快速登录
</a></div>
...
...
@@ -34,8 +34,7 @@ export default {
AppLink
},
data
()
{
return
{
}
return
{}
},
methods
:
{
logout
()
{
...
...
@@ -84,13 +83,13 @@ li {
.max-width-content
{
display
:
flex
;
align-items
:
center
;
.logo-box
{
.logo-box
{
display
:
flex
;
img
{
height
:
55px
;
cursor
:
pointer
;
display
:
block
;
&
:nth-child
(
2
)
{
&
:nth-child
(
2
)
{
margin-left
:
20px
;
}
}
...
...
@@ -140,7 +139,6 @@ li {
height
:
72px
;
display
:
flex
;
align-items
:
center
;
}
}
</
style
>
modules/my/admission/index.vue
浏览文件 @
91c4287e
...
...
@@ -10,7 +10,6 @@
@
prev=
"handlePrev"
@
next=
"handleNext"
@
uploaded=
"getApplication"
v-if=
"detail"
>
<template
#
aside-append
>
<!--
<div
class=
"aside-logout"
@
click=
"$store.dispatch('logout')"
><span>
退出登录
</span></div>
-->
...
...
@@ -92,7 +91,7 @@ export default {
},
handlePageChange
(
value
)
{
this
.
currentActive
=
value
this
.
$router
.
push
({
path
:
this
.
$route
.
path
,
query
:
{
active
:
value
}
})
.
catch
(()
=>
{})
this
.
$router
.
push
({
path
:
this
.
$route
.
path
,
query
:
{
active
:
value
}
})
console
.
log
(
'页面切换了'
,
value
)
},
handleSuccess
(
data
)
{
...
...
modules/my/application/index.vue
浏览文件 @
91c4287e
...
...
@@ -11,7 +11,6 @@
@
back=
"$router.push('/my/account')"
@
prev=
"handlePrev"
@
next=
"handleNext"
v-if=
"detail"
>
<template
#
aside-append
>
<div
class=
"aside-preview"
@
click=
"dialogVisible = true"
v-if=
"visible"
>
预览全部
</div>
...
...
@@ -94,7 +93,7 @@ export default {
},
handlePageChange
(
value
)
{
this
.
currentActive
=
value
this
.
$router
.
push
({
path
:
this
.
$route
.
path
,
query
:
{
active
:
value
}
})
.
catch
(()
=>
{})
this
.
$router
.
push
({
path
:
this
.
$route
.
path
,
query
:
{
active
:
value
}
})
},
handleTabChange
(
value
)
{
this
.
tabActive
=
value
...
...
modules/my/interview/index.vue
浏览文件 @
91c4287e
...
...
@@ -97,7 +97,7 @@ export default {
},
handlePageChange
(
value
)
{
this
.
currentActive
=
value
this
.
$router
.
push
({
path
:
this
.
$route
.
path
,
query
:
{
active
:
value
}
})
.
catch
(()
=>
{})
this
.
$router
.
push
({
path
:
this
.
$route
.
path
,
query
:
{
active
:
value
}
})
console
.
log
(
'页面切换了'
,
value
)
},
handleSuccess
(
data
)
{
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论