refactor: 重构国外专区组件结构和路由配置
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user