refactor: 重构国外专区组件结构和路由配置

This commit is contained in:
wangqiao
2025-08-30 13:18:06 +08:00
parent 469900d3ac
commit 22539f3839
7 changed files with 155 additions and 16 deletions

View File

@ -87,7 +87,7 @@
const { data: breadList } = await useAsyncData(
`breadList-${props.type}-${props.id}-${query.value.projectType}-${Date.now()}`,
async () => {
const res = await getDictTree({ type: props.type, id: query.value.projectType })
const res = await getDictTree({ type: 1, id: query.value.projectType })
const all = [
{
id: -1,