浏览代码

Merge branch 'master' of http://gogs.gisvg.com/YDM/museums-ui

userName 4 月之前
父节点
当前提交
f99a2aa230

+ 1 - 1
.env

@@ -1,5 +1,5 @@
 # 标题
-VITE_APP_TITLE=标本管理系统
+VITE_APP_TITLE=地质博物馆标本管理系统
 
 # 项目本地运行端口号
 VITE_PORT=80

+ 1 - 1
src/layout/components/Footer/src/Footer.vue

@@ -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 }} &nbsp;技术支持:桂林壹斗米信息科技有限公司</span>
   </div>
 </template>

+ 1 - 1
src/router/modules/remaining.ts

@@ -636,7 +636,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
           hidden: true,
           canTo: true,
           title: '查看标本详情',
-          activeMenu: '/crm/specimen-info'
+          activeMenu: '/museums/specimen-info'
         }
       },
       {

+ 1 - 1
src/views/museums/specimeninfo/specimenDetails.vue

@@ -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>