feat:修改任务接口传参

This commit is contained in:
lixg
2023-03-03 14:03:41 +08:00
parent f0276906c1
commit b14f26053e
14 changed files with 36 additions and 31 deletions

View File

@@ -77,7 +77,7 @@ const {
const router = useRouter();
console.log("外链信息", linkId);
const { data } = useRequest(LINK_DETAILS(linkId), {}, (e) => {
const { data } = useRequest(LINK_DETAILS, { linkId, type }, (e) => {
if (e.code === 6) {
router.push({
path: "/notpath",