newCreateAndDistribute #2

Merged
liangzhou merged 8 commits from newCreateAndDistribute into main 2026-02-02 10:42:19 +08:00
2 changed files with 1 additions and 6 deletions
Showing only changes of commit 06f1b10163 - Show all commits

View File

@ -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') },// 入库

View File

@ -2,11 +2,7 @@ import { createStore } from 'vuex'
export default createStore({
state: {
stateTagsList: [{
id: '21',
labelName: '库存',
path: '/stock'
}],
stateTagsList: [],
user: {},
menuList: [],
token: '',