This commit is contained in:
ygx
2026-03-14 18:55:23 +08:00
parent 3fdb03cc60
commit 18072d75a4
40 changed files with 4886 additions and 47 deletions

View File

@@ -12,5 +12,7 @@ declare module 'vue-router' {
order?: number // Sort routing menu items. If set key, the higher the value, the more forward it is
noAffix?: boolean // if set true, the tag will not affix in the tab-bar
ignoreCache?: boolean // if set true, the page will not be cached
is_web_page?: boolean // If true and web_url exists, display as iframe
web_url?: string // The URL to display in iframe when is_web_page is true
}
}