refactor(menu): 外链/内嵌改为 type=E+component 统一判断

This commit is contained in:
Ray.Hao
2026-06-29 22:30:02 +08:00
parent eb713aeccc
commit c966764314
8 changed files with 3 additions and 3 deletions

View File

@@ -179,7 +179,7 @@ export default defineMock([
children: [
{
path: "apifox",
component: null,
component: "iframe",
name: "Apifox",
meta: {
title: "Apifox",
@@ -225,7 +225,6 @@ export default defineMock([
},
{
path: "https://juejin.cn/post/7228990409909108793",
name: "ext-30",
meta: {
title: "平台文档(外链)",
type: "E",