mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-17 23:06:45 +08:00
Compare commits
3 Commits
fix_1155
...
master-bug
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
406c9fbf7c | ||
|
|
b4b090e5c0 | ||
|
|
02aafc8fa9 |
@@ -1218,7 +1218,7 @@ export default {
|
||||
});
|
||||
this.teacherValues = tlist;
|
||||
this.teacherDownList = tlist;
|
||||
if (this.courseInfo.tags != '') {
|
||||
if (this.courseInfo.tags) {
|
||||
this.showTags = this.courseInfo.tags.split(',');
|
||||
}
|
||||
this.$nextTick(function() {
|
||||
|
||||
@@ -106,7 +106,8 @@
|
||||
>贡献者大会</span
|
||||
>
|
||||
<el-dropdown-menu slot="dropdown">
|
||||
<el-dropdown-item command="three">2024</el-dropdown-item>
|
||||
<!-- <el-dropdown-item command="four">2025</el-dropdown-item>-->
|
||||
<el-dropdown-item command="three" divided>2024</el-dropdown-item>
|
||||
<el-dropdown-item command="one" divided>2023</el-dropdown-item>
|
||||
<el-dropdown-item command="two" divided>2022</el-dropdown-item>
|
||||
</el-dropdown-menu>
|
||||
@@ -421,6 +422,7 @@ export default {
|
||||
one: urlPre + "/web/contributornew/index",
|
||||
two: urlPre + "/web/contributor/index",
|
||||
three: urlPre + "/web/contributor_2024/index",
|
||||
four: urlPre + "/web/contributor_2025/index",
|
||||
};
|
||||
window.open(obj[val]);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user