diff --git a/src/components/UcHeader/Index.vue b/src/components/UcHeader/Index.vue index 2a5aad72..d79f2993 100644 --- a/src/components/UcHeader/Index.vue +++ b/src/components/UcHeader/Index.vue @@ -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'); }