mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 19:06:43 +08:00
修改路径跳转
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user