评估页面跳转修改

This commit is contained in:
zhangsir
2024-10-09 18:52:22 +08:00
parent a5e31cbd03
commit b42942dd9d
2 changed files with 2 additions and 2 deletions

View File

@@ -302,7 +302,7 @@ const { data } = useRequest(
targetId: infoId ? infoId : 0,
},
(e) => {
if (e.code === 6) {
if (e.code === 10) {
router.push({
path: "/NotProject2",
});

View File

@@ -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>