修改路径跳转

This commit is contained in:
daihh
2022-12-12 17:22:50 +08:00
parent 42278b53b0
commit 9f9a7cf554

View File

@@ -165,7 +165,7 @@ import {userAvatarText,cutFullName} from "@/utils/tools.js";
if(this.isTest){
//this.$router.push('/manage/learningpath');
location.href=process.env.BASE_URL+'manage/learningpath';
location.href='/manage/learningpath';
}else{
this.$router.push('/manager/index');
}