feat:合并

This commit is contained in:
lixg
2022-12-16 18:22:34 +08:00
16 changed files with 248 additions and 58 deletions

View File

@@ -167,6 +167,9 @@ const userInfo = computed(() => store.state.userInfo);
const { data } = usePage(ROUTER_LIST, {});
console.log("datadata", data);
const router = useRouter();
const returnclick = () => {
router.back();
};
// const {unCompleteTaskList} = useRequest(ROUTER_UNCOMPLETE_LIST, {});
@@ -191,7 +194,7 @@ async function gofun({ routerId, name: routerName }) {
query: { routerId, routerName },
})
: window.open(
`http://u-pre.boe.com/pc/forward?to=/fe-student/pathdetails&params=${encodeURIComponent(
`http://localhost:5173/fe-student/pathdetails&params=${encodeURIComponent(
`routerId=${routerId}&routerName=${routerName}`
)}`
);