Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
L
learn-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
learn-online-pc
Commits
b6b82ec0
提交
b6b82ec0
authored
4月 17, 2020
作者:
lihuihui
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修改bug
上级
aa57d82f
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
7 行增加
和
5 行删除
+7
-5
sidebar.vue
client/src/components/learnSysLayout/sidebar.vue
+3
-3
index.html
client/src/index.html
+1
-1
hall.vue
client/src/pages/affairsHall/hall.vue
+2
-0
shareAdd.vue
client/src/pages/affairsHall/shareAdd.vue
+1
-1
没有找到文件。
client/src/components/learnSysLayout/sidebar.vue
浏览文件 @
b6b82ec0
...
...
@@ -74,8 +74,8 @@ export default {
index
:
'1'
,
children
:
[
{
name
:
this
.
$t
(
'components.learnSysLayout.sideBar.header1Child1'
),
index
:
'1-1'
},
{
name
:
this
.
$t
(
'components.learnSysLayout.sideBar.header1Child2'
),
index
:
'1-2'
}
,
{
name
:
this
.
$t
(
'components.learnSysLayout.sideBar.header1Child3'
),
index
:
'1-3'
}
{
name
:
this
.
$t
(
'components.learnSysLayout.sideBar.header1Child2'
),
index
:
'1-2'
}
//
{ name: this.$t('components.learnSysLayout.sideBar.header1Child3'), index: '1-3' }
]
},
{
...
...
@@ -107,7 +107,7 @@ export default {
switch
(
str
)
{
case
'1-1'
:
this
.
$router
.
push
({
path
:
'/app/learn/course'
});
break
case
'1-2'
:
this
.
$router
.
push
({
path
:
'/app/learn/discussion'
});
break
case
'1-3'
:
this
.
$router
.
push
({
path
:
'/app/learn/report-active-list'
});
break
//
case '1-3': this.$router.push({ path: '/app/learn/report-active-list' }); break
case
'2-1'
:
this
.
$router
.
push
({
path
:
'/app/grade/credit'
});
break
case
'3'
:
this
.
$router
.
push
({
path
:
'/app/feedback/feedback-list'
});
break
case
'4'
:
this
.
$router
.
push
({
path
:
'/app/affairs-hall/hall'
});
break
...
...
client/src/index.html
浏览文件 @
b6b82ec0
...
...
@@ -4,7 +4,7 @@
<meta
charset=
"utf-8"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
content=
"origin"
name=
"referrer"
>
<title></title>
<title>
紫荆教育MBA学习系统
</title>
<meta
name=
"viewport"
id=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, shrink-to-fit=no"
>
<!-- 直接引入aliyun播放插件 CSS -->
<link
rel=
"stylesheet"
href=
"https://g.alicdn.com/de/prismplayer/2.8.8/skins/default/aliplayer-min.css"
/>
...
...
client/src/pages/affairsHall/hall.vue
浏览文件 @
b6b82ec0
...
...
@@ -207,6 +207,8 @@ export default {
this
.
setmPage
()
},
getTapData
()
{
const
affairId
=
this
.
$route
.
query
.
id
||
''
console
.
log
(
affairId
,
'======='
)
// 获取事务类型 tap切换
cAction
.
Affairs
.
getAffairsType
().
then
(
data
=>
{
for
(
let
i
=
0
;
i
<
data
.
length
;
i
++
)
{
...
...
client/src/pages/affairsHall/shareAdd.vue
浏览文件 @
b6b82ec0
...
...
@@ -150,7 +150,7 @@ export default {
}).
catch
(
e
=>
{
this
.
filesArr
.
pop
();
this
.
$message
.
error
(
e
.
message
)
}).
finally
(()
=>
{
loading
.
close
()
})
},
gobackActiveList
()
{
this
.
$router
.
push
({
path
:
'/app/affairs-hall/hall'
})
this
.
$router
.
push
({
path
:
'/app/affairs-hall/hall'
,
query
:
{
id
:
this
.
$route
.
query
.
id
}
})
},
onApplyFrom
()
{
this
.
$refs
.
setApplyForm
.
validate
((
valid
)
=>
{
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论