diff --git a/.env.development b/.env.development index 74e8b0f..40ab90e 100644 --- a/.env.development +++ b/.env.development @@ -37,3 +37,6 @@ VITE_AUTOLOGIN_URL=http://localhost:9100/api/sys/autoLogin # 联系我们 VITE_GLOB_CONTACT_URL=http://localhost:3100/contact + +# 帮助中心 +VITE_GLOB_HELP_CENTER_URL=# diff --git a/.env.production b/.env.production index 2eef38f..c8cdc94 100644 --- a/.env.production +++ b/.env.production @@ -38,3 +38,6 @@ VITE_AUTOLOGIN_URL=http://200.100.65.101:9100/api/sys/autoLogin # 联系我们 VITE_GLOB_CONTACT_URL=# + +# 帮助中心 +VITE_GLOB_HELP_CENTER_URL=# diff --git a/src/layouts/default/header/components/user-dropdown/index.vue b/src/layouts/default/header/components/user-dropdown/index.vue index d3304db..49191ea 100644 --- a/src/layouts/default/header/components/user-dropdown/index.vue +++ b/src/layouts/default/header/components/user-dropdown/index.vue @@ -13,6 +13,7 @@ +