feat:合并

This commit is contained in:
lixg
2023-02-17 09:26:53 +08:00
parent 411dc2fe9b
commit 2418321402
2 changed files with 8 additions and 8 deletions

View File

@@ -133,7 +133,7 @@ const router = useRouter();
const returnclick = () => {
router.back();
};
const { data } = useRequest(ROUTER_PROCESS, { id: routerId });
const { data } = useRequest(ROUTER_PROCESS, { routerId: routerId });
const userInfo = computed(() => store.state.userInfo);
console.log("lalalallala", data, userInfo);
const activeName = ref("first");