提交 b6b82ec0 authored 作者: lihuihui's avatar lihuihui

修改bug

上级 aa57d82f
......@@ -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
......
......@@ -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" />
......
......@@ -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++) {
......
......@@ -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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论