diff --git a/.env.development b/.env.development
index 6b18e431..f553b8fa 100644
--- a/.env.development
+++ b/.env.development
@@ -32,6 +32,7 @@ VUE_APP_LOGIN_URL='/pc/login'
# 虚拟目录的变量
VUE_APP_PUBLIC_PATH='/pc'
+VUE_APP_MANAGER_PATH='/manage'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true
diff --git a/.env.preview b/.env.preview
index 010f5c05..9cdeadfb 100644
--- a/.env.preview
+++ b/.env.preview
@@ -29,6 +29,7 @@ VUE_APP_FILE_RELATIVE_PATH = '/upload'
# 虚拟目录的变量,结尾的/在vue.config.js中添加
VUE_APP_PUBLIC_PATH='/pc-release'
+VUE_APP_MANAGER_PATH='/manage-release'
# 登录地址
VUE_APP_LOGIN_URL='https://u.boe.com/web-release/'
diff --git a/.env.production b/.env.production
index 1a65d16f..3b8b1357 100644
--- a/.env.production
+++ b/.env.production
@@ -29,6 +29,7 @@ VUE_APP_FILE_RELATIVE_PATH = '/upload'
# 虚拟目录的变量,结尾的/在vue.config.js中添加
VUE_APP_PUBLIC_PATH='/pc'
+VUE_APP_MANAGER_PATH='/manage'
# 登录地址
VUE_APP_LOGIN_URL='https://u.boe.com/web/'
diff --git a/.env.testing b/.env.testing
index 034c0f08..d272506f 100644
--- a/.env.testing
+++ b/.env.testing
@@ -29,6 +29,7 @@ VUE_APP_FILE_RELATIVE_PATH = '/upload'
# 虚拟目录的变量,结尾的/在vue.config.js中添加
VUE_APP_PUBLIC_PATH='/pc'
+VUE_APP_MANAGER_PATH='/manage'
# 登录地址
VUE_APP_LOGIN_URL='https://u-pre.boe.com/web/'
diff --git a/src/views/study/StudyPath.vue b/src/views/study/StudyPath.vue
index 5c4c5f51..5086092f 100644
--- a/src/views/study/StudyPath.vue
+++ b/src/views/study/StudyPath.vue
@@ -1,12 +1,17 @@
-
+