@@ -1,5 +1,5 @@
# 标题
-VITE_APP_TITLE=标本管理系统
+VITE_APP_TITLE=地质博物馆标本管理系统
# 项目本地运行端口号
VITE_PORT=80
@@ -19,6 +19,6 @@ const title = computed(() => appStore.getTitle)
:class="prefixCls"
class="h-[var(--app-footer-height)] bg-[var(--app-content-bg-color)] text-center leading-[var(--app-footer-height)] text-[var(--el-text-color-placeholder)] dark:bg-[var(--el-bg-color)] overflow-hidden"
>
- <span class="text-14px">Copyright ©2022-{{ title }}</span>
+ <span class="text-14px">Copyright ©2024-{{ title }} 技术支持:桂林壹斗米信息科技有限公司</span>
</div>
</template>
@@ -636,7 +636,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
hidden: true,
canTo: true,
title: '查看标本详情',
- activeMenu: '/crm/specimen-info'
+ activeMenu: '/museums/specimen-info'
}
},
{
@@ -7,7 +7,7 @@
<div>
<el-row>
<el-col :xl="24" :lg="24" :md="24" :sm="24" :xs="24" style="margin-outside: 0px">
- <el-card style="margin-bottom: 5px">
+ <el-card style="margin-bottom: 5px" >
<template #header>
<div class="card-header" style="text-align: center">
<h1 class="text1">标本基本信息</h1>