diff --git a/.env b/.env index 631e5b1..3ee0d93 100644 --- a/.env +++ b/.env @@ -2,7 +2,7 @@ VITE_PORT = 3100 # 网站标题 //课程信息中心 -VITE_GLOB_APP_TITLE = 管理系统 +VITE_GLOB_APP_TITLE = 东师课程信息中心 # 简称,用于配置文件名字 不要出现空格、数字开头等特殊字符 VITE_GLOB_APP_SHORT_NAME = CourseInformationCenter diff --git a/build/config/themeConfig.ts b/build/config/themeConfig.ts index 8dbe118..8d1ba7a 100644 --- a/build/config/themeConfig.ts +++ b/build/config/themeConfig.ts @@ -1,6 +1,7 @@ import { generate } from '@ant-design/colors'; -export const primaryColor = '#1890FF'; +// export const primaryColor = '#1890FF'; +export const primaryColor = '#18a689'; export const darkMode = 'light'; diff --git a/index.html b/index.html index 70387bd..44f83a9 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,8 @@ <%= title %> - + +