mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 20:36:43 +08:00
修改路径跳转
This commit is contained in:
@@ -165,7 +165,7 @@ import {userAvatarText,cutFullName} from "@/utils/tools.js";
|
|||||||
|
|
||||||
if(this.isTest){
|
if(this.isTest){
|
||||||
//this.$router.push('/manage/learningpath');
|
//this.$router.push('/manage/learningpath');
|
||||||
location.href=process.env.BASE_URL+'manage/learningpath';
|
location.href='/manage/learningpath';
|
||||||
}else{
|
}else{
|
||||||
this.$router.push('/manager/index');
|
this.$router.push('/manager/index');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user