diff --git a/.env.development b/.env.development index e1f7af6..a584cee 100644 --- a/.env.development +++ b/.env.development @@ -1,11 +1,10 @@ # 页面标题 -VITE_APP_TITLE = RuoYi-Vue-Plus多租户管理系统 - +VITE_APP_TITLE = 校本资源库管理系统 # 开发环境配置 VITE_APP_ENV = 'development' # 开发环境 -VITE_APP_BASE_API = '/dev-api' +VITE_APP_BASE_API = '/api' # 应用访问路径 例如使用前缀 /admin/ VITE_APP_CONTEXT_PATH = '/' diff --git a/.env.production b/.env.production index 2700ee0..7ddb69a 100644 --- a/.env.production +++ b/.env.production @@ -1,6 +1,5 @@ # 页面标题 -VITE_APP_TITLE = RuoYi-Vue-Plus多租户管理系统 - +VITE_APP_TITLE = 校本资源库管理系统 # 生产环境配置 VITE_APP_ENV = 'production' @@ -14,7 +13,7 @@ VITE_APP_MONITRO_ADMIN = '/admin/applications' VITE_APP_SNAILJOB_ADMIN = 'http://localhost:8800/snail-job' # 生产环境 -VITE_APP_BASE_API = '/prod-api' +VITE_APP_BASE_API = '/api' # 是否在打包时开启压缩,支持 gzip 和 brotli VITE_BUILD_COMPRESS = gzip diff --git a/LICENSE b/LICENSE index 32b3071..f8c16d7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,6 @@ The MIT License (MIT) -Copyright (c) 2019 RuoYi-Vue-Plus - +Copyright (c) 2019 校本资源库管理系统 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to diff --git a/index.html b/index.html index aa1c86d..7c73dd4 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ - RuoYi-Vue-Plus多租户管理系统 + 校本资源库管理系统多租户管理系统 - -
- -
-
- - -
- - - - -
-
- - - - - - - - - - - - - - - - - -
@@ -74,9 +30,7 @@ {{ $t('navbar.personalCenter') }} - - {{ $t('navbar.layoutSetting') }} - + {{ $t('navbar.logout') }} diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue index 631c261..c2c90b2 100644 --- a/src/layout/components/Sidebar/Logo.vue +++ b/src/layout/components/Sidebar/Logo.vue @@ -34,7 +34,7 @@ defineProps({ } }); -const title = ref('RuoYi-Vue-Plus'); +const title = ref('校本资源库管理系统'); const settingsStore = useSettingsStore(); const sideTheme = computed(() => settingsStore.sideTheme); diff --git a/src/layout/components/notice/index.vue b/src/layout/components/notice/index.vue index e43b2b8..3cf47e2 100644 --- a/src/layout/components/notice/index.vue +++ b/src/layout/components/notice/index.vue @@ -55,7 +55,7 @@ const onNewsClick = (item: any) => { // 前往通知中心点击 const onGoToGiteeClick = () => { - window.open('https://gitee.com/dromara/RuoYi-Vue-Plus/tree/5.X/'); + window.open('https://gitee.com/dromara/校本资源库管理系统/tree/5.X/'); }; onMounted(() => { diff --git a/src/views/basic/teacher/index.vue b/src/views/basic/teacher/index.vue new file mode 100644 index 0000000..4cdec99 --- /dev/null +++ b/src/views/basic/teacher/index.vue @@ -0,0 +1,359 @@ + + + diff --git a/src/views/index.vue b/src/views/index.vue index 249a41b..b2c1c76 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -1,165 +1,353 @@