mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-06 17:36:45 +08:00
面授课讲师
This commit is contained in:
@@ -339,6 +339,9 @@ const { data } = useRequest(
|
|||||||
if (res.code === 7) {
|
if (res.code === 7) {
|
||||||
router.push({
|
router.push({
|
||||||
path: "/loseefficacy",
|
path: "/loseefficacy",
|
||||||
|
query: {
|
||||||
|
msg: res.message,
|
||||||
|
}
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
if (res.code === 6) {
|
if (res.code === 6) {
|
||||||
|
|||||||
Reference in New Issue
Block a user