feat: 🚀 提示框层级调整
This commit is contained in:
@@ -75,7 +75,11 @@ const $router = useRouter();
|
||||
const routerValueName: string = $router.currentRoute.value.name as string;
|
||||
const routerObj: any = {
|
||||
articleEditIndex: "article",
|
||||
productEditIndex: "product"
|
||||
productEditIndex: "product",
|
||||
bannerListIndex: "banner",
|
||||
downloadListIndex: "download",
|
||||
videoListIndex: "video",
|
||||
QAListIndex: "QA"
|
||||
};
|
||||
const routerName = ref(routerObj[routerValueName]);
|
||||
// 获取 el-form 组件上下文
|
||||
|
||||
Reference in New Issue
Block a user