教师节

This commit is contained in:
nisen
2023-08-28 10:15:37 +08:00
parent 22fb0256c7
commit 622bcf9d14
9 changed files with 4189 additions and 217 deletions

View File

@@ -42,6 +42,7 @@
<el-dropdown-item command="four" divided>U选小课堂</el-dropdown-item>
<el-dropdown-item command="five" divided>社招新员工</el-dropdown-item>
<el-dropdown-item command="six" divided>贡献者专区</el-dropdown-item>
<el-dropdown-item command="seven" divided>感恩教师节</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
</div>
@@ -232,6 +233,10 @@ export default {
handleCommand(val) {
if (val === "four") {
this.$emit('showClass',true)
} else if(val === "seven"){
this.$router.push({
path:'/grateful'
})
} else {
let urlPre = window.location.protocol + "//" + window.location.host;
// process.env.VUE_APP_BOE_WEB_URL