From a8b22d9a1bbee15caa378c7c3af519db51c97efc Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 08 Nov 2024 12:31:44 +0800
Subject: [PATCH] 企业详情样式调整; 企业详情加载范围瀑布图;
---
src/router/index.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index c969f66..72ea201 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -2,7 +2,7 @@
* @Author: shuishen 1109946754@qq.com
* @Date: 2024-10-25 16:35:31
* @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2024-11-07 15:48:05
+ * @LastEditTime: 2024-11-08 11:09:29
* @FilePath: \bigScreen\src\router\index.js
* @Description:
*
@@ -82,7 +82,7 @@
{
path: 'companyInfo',
meta: {
- title: 'a示例'
+ title: '企业详情'
},
component: () => import('@/views/companyInfo/index.vue')
},
--
Gitblit v1.9.3