@@ -57,8 +60,8 @@
-
-
+
+
@@ -80,11 +83,11 @@
@@ -118,6 +121,9 @@ import {Search} from '@element-plus/icons-vue'
import UploadExcelWorkDate from "@/excel/UploadExcelWorkDate.vue";
From 06f1b10163e642b4cc4ee664e45c6ed91c398ed7 Mon Sep 17 00:00:00 2001
From: liang <594755172@qq.com>
Date: Tue, 20 Jan 2026 20:22:11 +0800
Subject: [PATCH 8/8] =?UTF-8?q?1.=20=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4?=
=?UTF-8?q?=E9=A1=B5=E4=B8=BA=E7=A9=BA=E7=99=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/router/index.js | 1 -
src/store/index.js | 6 +-----
2 files changed, 1 insertion(+), 6 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 2af86cc..aa003a6 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -9,7 +9,6 @@ const routes = [
path: '/home',
name: 'home',
component: HomeView,
- redirect: '/stock',
children: [
{ path: '/stock', component: stock },// 库存
{ path: '/goodsIn', component: () => import('@/layout/goodsIn.vue') },// 入库
diff --git a/src/store/index.js b/src/store/index.js
index 1f390f3..b3ea900 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -2,11 +2,7 @@ import { createStore } from 'vuex'
export default createStore({
state: {
- stateTagsList: [{
- id: '21',
- labelName: '库存',
- path: '/stock'
- }],
+ stateTagsList: [],
user: {},
menuList: [],
token: '',