mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-07 09:56:45 +08:00
评估页面跳转修改
This commit is contained in:
@@ -302,7 +302,7 @@ const { data } = useRequest(
|
||||
targetId: infoId ? infoId : 0,
|
||||
},
|
||||
(e) => {
|
||||
if (e.code === 6) {
|
||||
if (e.code === 10) {
|
||||
router.push({
|
||||
path: "/NotProject2",
|
||||
});
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
||||
-->
|
||||
<template>
|
||||
<el-result icon="error" title="您不是此项目学员" sub-title="请联系管理员">
|
||||
<el-result icon="error" title="暂无学习权限" sub-title="请联系管理员">
|
||||
<template #extra>
|
||||
<el-button type="primary" @click="toIndex">返回首页</el-button>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user