From c0917ad406e1216de1acbb2b926aeb871497c018 Mon Sep 17 00:00:00 2001
From: liangbin <15536829364@163.com>
Date: Tue, 3 Feb 2026 09:48:09 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=97=A5=E6=9C=9F?=
=?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=92=8C=E8=B7=AF=E7=94=B1=E8=B7=B3=E8=BD=AC?=
=?UTF-8?q?=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
统一将日期格式从'yyyy-MM-dd'改为'YYYY-MM-DD'
修改登录后默认跳转至企业管理系统
修复账号管理页面跳转参数错误
移除首页路由配置
优化出入证签发时间处理和显示
---
src/router/index.js | 26 +++++++++----------
src/views/Logistics/FilingReview/index.vue | 2 +-
.../Logistics/ProjectOverviewQuery/index.vue | 2 +-
.../EntryExitPermitIssue/DialogBox.vue | 10 ++++++-
.../Proprietor/EntryExitPermitIssue/index.vue | 18 ++++++++++---
.../Proprietor/TicketIssueAudit/index.vue | 2 +-
.../BallheadCamera/InventoryAudit.vue | 4 +--
.../Tenement/BallheadCamera/StandingBook.vue | 2 +-
.../AccountManagement.vue | 4 +--
.../Tenement/EnterpriseManagement/index.vue | 5 ++--
src/views/login.vue | 3 ++-
11 files changed, 49 insertions(+), 29 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index ebe890c..5cd299b 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -57,19 +57,19 @@ export const constantRoutes = [
component: () => import("@/views/error/401"),
hidden: true,
},
- {
- path: "",
- component: Layout,
- redirect: "/index",
- children: [
- {
- path: "/index",
- component: () => import("@/views/index"),
- name: "Index",
- meta: { title: "首页", icon: "dashboard", affix: true },
- },
- ],
- },
+ // {
+ // path: "",
+ // component: Layout,
+ // redirect: "/index",
+ // children: [
+ // {
+ // path: "/index",
+ // component: () => import("@/views/index"),
+ // name: "Index",
+ // meta: { title: "首页", icon: "dashboard", affix: true },
+ // },
+ // ],
+ // },
// 物业模块START
{
diff --git a/src/views/Logistics/FilingReview/index.vue b/src/views/Logistics/FilingReview/index.vue
index 0dcfe97..fd05e3b 100644
--- a/src/views/Logistics/FilingReview/index.vue
+++ b/src/views/Logistics/FilingReview/index.vue
@@ -14,7 +14,7 @@
-->
-
diff --git a/src/views/Logistics/ProjectOverviewQuery/index.vue b/src/views/Logistics/ProjectOverviewQuery/index.vue
index 455b46f..78792b2 100644
--- a/src/views/Logistics/ProjectOverviewQuery/index.vue
+++ b/src/views/Logistics/ProjectOverviewQuery/index.vue
@@ -54,7 +54,7 @@
-
diff --git a/src/views/Proprietor/EntryExitPermitIssue/DialogBox.vue b/src/views/Proprietor/EntryExitPermitIssue/DialogBox.vue
index 7752209..73f4c50 100644
--- a/src/views/Proprietor/EntryExitPermitIssue/DialogBox.vue
+++ b/src/views/Proprietor/EntryExitPermitIssue/DialogBox.vue
@@ -47,7 +47,7 @@
-
@@ -96,6 +96,7 @@