From 9f9a7cf55447d9ba84fa29b66d42e090a3aa0343 Mon Sep 17 00:00:00 2001 From: daihh Date: Mon, 12 Dec 2022 17:22:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=AF=E5=BE=84=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/UcHeader/Index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); }