|
|
@ -113,8 +113,7 @@ onMounted(() => { |
|
|
// 返回按钮 |
|
|
// 返回按钮 |
|
|
const goback = () => { |
|
|
const goback = () => { |
|
|
router.push({ |
|
|
router.push({ |
|
|
path: "/userPermissions/module", |
|
|
|
|
|
query: { taber: "DeepExplore" } |
|
|
|
|
|
|
|
|
path: "/userPermissions/limitManagement/templateLimit" |
|
|
}); |
|
|
}); |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
|