This commit is contained in:
fan 2022-07-15 09:57:14 +08:00
commit 744385424e

View File

@ -46,7 +46,7 @@ export default {
{ {
name: 'global.designPlatformEntrance', // name: 'global.designPlatformEntrance', //
handle: this.goToDesign, handle: this.goToDesign,
hidden: getSessionStorage('project').startsWith('design') || !goOtherPlatformMenu[getSessionStorage('project')] hidden: getSessionStorage('project').startsWith('design') || !goOtherPlatformMenu[getSessionStorage('project')] || getSessionStorage('project').startsWith('teaching')
}, },
{ {
name: 'global.trainingPlatformEntrance', // name: 'global.trainingPlatformEntrance', //