| src/views/menuPage.vue | ●●●●● patch | view | raw | blame | history |
src/views/menuPage.vue
@@ -71,13 +71,11 @@ </div> </div> <p class="system-desc">{{ system.description }}</p> <a href="#" <div class="system-link" @click.stop="handleSystemLinkClick(system.id)" > 进入系统 <el-icon><Right /></el-icon> </a> </div> </div> </section> </div> @@ -200,6 +198,7 @@ } const handleSystemLinkClick = (systemId) => { console.log('点击了'+ systemId) if(systemId == 1){ router.push({ path: "/menuIndex"}); }else{