Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
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
fukai
vue-gjjs
Commits
446eed35
Commit
446eed35
authored
Apr 13, 2023
by
zhangliding
Browse files
Options
Browse Files
Download
Plain Diff
jingtaijiaoyixiugai
parents
fd9d76cf
d8f412e3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
StaticsRouter.js
src/views/Statics/StaticsRouter.js
+10
-10
No files found.
src/views/Statics/StaticsRouter.js
View file @
446eed35
...
...
@@ -26,11 +26,11 @@ import Dbadia from "./dia/views/Dbadia";
import
Dbedia
from
"./dia/views/Dbedia"
;
import
Dbddia
from
"./dia/views/Dbddia"
;
import
Infoit
from
"./Oit/views/Infoit"
import
Dbioit
from
"./Oit/views/Dbioit"
import
Dbaoit
from
"./Oit/views/Dbaoit"
import
Dbdoit
from
"./Oit/views/Dbdoit"
import
Dbeoit
from
"./Oit/views/Dbeoit"
//
import Infoit from "./Oit/views/Infoit"
//
import Dbioit from "./Oit/views/Dbioit"
//
import Dbaoit from "./Oit/views/Dbaoit"
//
import Dbdoit from "./Oit/views/Dbdoit"
//
import Dbeoit from "./Oit/views/Dbeoit"
import
Dbaswm
from
"./Swm/views/Dbaswm"
;
import
Dbdswm
from
"./Swm/views/Dbdswm"
;
...
...
@@ -181,11 +181,11 @@ const StaticsRouter = [
{
path
:
'dbeswm/:inr'
,
component
:
Dbeswm
,
name
:
'StaticsDbeswm'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'修改报文栏位映射信息: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'dbdswm/:inr'
,
component
:
Dbdswm
,
name
:
'StaticsDbdswm'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'删除报文栏位映射信息: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'infoit'
,
component
:
Infoit
,
name
:
'StaticsInfoit'
,
meta
:
{
title
:
'查询消息信息'
}
},
{
path
:
'dbaoit'
,
component
:
Dbaoit
,
name
:
'StaticsDbaoit'
,
meta
:
{
title
:
'新增消息信息'
}
},
{
path
:
'dbioit/:inr'
,
component
:
Dbioit
,
name
:
'StaticsDbioit'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'查看消息信息: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'dbeoit/:inr'
,
component
:
Dbeoit
,
name
:
'StaticsDbeoit'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'修改消息信息: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'dbdoit/:inr'
,
component
:
Dbdoit
,
name
:
'StaticsDbdoit'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'删除消息信息: '
+
tag
.
params
.
inr
}
}
},
//
{ path: 'infoit', component: Infoit, name: 'StaticsInfoit', meta: { title: '查询消息信息' } },
//
{ path: 'dbaoit', component: Dbaoit, name: 'StaticsDbaoit', meta: { title: '新增消息信息' } },
//
{ path: 'dbioit/:inr', component: Dbioit, name: 'StaticsDbioit', meta: { title: (tag) => { return '查看消息信息: ' + tag.params.inr } } },
//
{ path: 'dbeoit/:inr', component: Dbeoit, name: 'StaticsDbeoit', meta: { title: (tag) => { return '修改消息信息: ' + tag.params.inr } } },
//
{ path: 'dbdoit/:inr', component: Dbdoit, name: 'StaticsDbdoit', meta: { title: (tag) => { return '删除消息信息: ' + tag.params.inr } } },
{
path
:
'infxrt'
,
component
:
Infxrt
,
name
:
'StaticsInfxrt'
,
meta
:
{
title
:
'牌价查询'
}
},
...
...
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