多体系建设信息化条统-前端
祖安之光
5 days ago dd6290e27cc320344de98008cdf4bed9f1a4c3e7
修改菜单按钮
1 files modified
7 ■■■■■ changed files
src/views/menuPage.vue 7 ●●●●● 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{