Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Yossapol
/
transaction-log
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 468b3f5b
authored
Feb 18, 2019
by
GOLF
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://192.168.10.40/golfyos/transaction-log
2 parents
4e9f8344
1c57bfea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
src/routes/MainRoutes.js
src/routes/MainRoutes.js
View file @
468b3f5
...
@@ -5,6 +5,7 @@ import LoginPage from '../pages/login/LoginPage'
...
@@ -5,6 +5,7 @@ import LoginPage from '../pages/login/LoginPage'
import
MainPage
from
'../pages/main/MainPage'
import
MainPage
from
'../pages/main/MainPage'
import
Test
from
'../pages/test/Test'
import
Test
from
'../pages/test/Test'
import
WdsTransLog
from
'../templates/table/wdsTransLog/WDSTransLog.jsx'
import
WdsTransLog
from
'../templates/table/wdsTransLog/WDSTransLog.jsx'
import
WDSSearch
from
'../templates/form/wdsTransLog/WDSSearch'
export
default
()
=>
(
export
default
()
=>
(
<
Switch
>
<
Switch
>
...
@@ -13,6 +14,7 @@ export default () => (
...
@@ -13,6 +14,7 @@ export default () => (
<
Route
path
=
"/main"
component
=
{
MainPage
}
/
>
<
Route
path
=
"/main"
component
=
{
MainPage
}
/
>
<
Route
path
=
"/test"
component
=
{
Test
}
/
>
<
Route
path
=
"/test"
component
=
{
Test
}
/
>
<
Route
path
=
"/testGolfYes"
component
=
{
WdsTransLog
}
/
>
<
Route
path
=
"/testGolfYes"
component
=
{
WdsTransLog
}
/
>
<
Route
path
=
"/testWDSSearch"
component
=
{
WDSSearch
}
/
>
<
/Switch
>
<
/Switch
>
)
)
\ No newline at end of file
Write
Preview
Markdown
is supported
Attach a file
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 post a comment