refactor: 更新API路径和ElementPlus配置
This commit is contained in:
@ -122,7 +122,7 @@
|
||||
// getEditionsList()
|
||||
|
||||
// 获取面包屑
|
||||
const {data: breadList} = await useAsyncData(`breadList-${props.type}-${props.id}-${props.groundId}-${Date.now()}`, async () => {
|
||||
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 })
|
||||
return res.data
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user