Commit b4796762 authored by 左玲玲's avatar 左玲玲 😬

路由更换

parent 72600467
......@@ -34,58 +34,28 @@ export default [
component: "./Welcome",
},
{
path: "/findstore",
name: "库存查询",
icon: "search",
routes: [
{
path: "/findstore/storesearch",
name: "库存查询",
component: "./findstore/Storesearch",
},
{
component: "./404",
},
],
},
{
path: "/insertstore",
path: "/wms",
name: "入库管理",
icon: "search",
routes: [
{
path: "/insertstore/instore",
path: "/wms/instore",
name: "入库管理",
component: "./insertstore/Instore",
},
{
component: "./404",
},
],
},
{
path: "/outsetstore",
name: "出库管理",
icon: "search",
routes: [
{
path: "/outsetstore/outstore",
path: "/wms/outstore",
name: "出库管理",
component: "./outsetstore/Outstore",
},
{
component: "./404",
path: "/wms/stock",
name: "库存查询",
component: "./findstore/Storesearch",
},
],
},
{
path: "/historystore",
name: "出入库明细",
icon: "search",
routes: [
{
path: "/historystore/histore",
name: "出入库明细",
path: "/wms/record",
name: "出入库记录",
component: "./historystore/Histore",
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment