Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
wms
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wuhao
wms
Commits
b4796762
Commit
b4796762
authored
Jul 18, 2022
by
左玲玲
😬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
路由更换
parent
72600467
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
38 deletions
+8
-38
routes.js
config/routes.js
+8
-38
No files found.
config/routes.js
View file @
b4796762
...
...
@@ -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"
,
},
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment