Skip to content

Commit

Permalink
ทำ UI ระบบย่อย ระบบยืนยันการรับพัสดุ - close #33
Browse files Browse the repository at this point in the history
  • Loading branch information
RyujiStudi0 committed Jan 6, 2020
1 parent 15a82fe commit 4354c1a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Frontend/src/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import ShippingState from './views/ShippingState System/ShippingState'
import Cancelsent from './views/Cancelsent System/Cancelsent'
import SentParcel from './views/SentParcel System/SentParcel'
import Packaging from './views/Packaging System/Packaging'
import ConfirmPackge from './views/ConfirmPackge System/ConfirmPackge'
Vue.use(Router)

export default new Router({
Expand Down Expand Up @@ -42,6 +43,11 @@ export default new Router({
name: 'packaging',
component: Packaging
},
{
path: '/confirmpackge',
name: 'confirmpackge',
component: ConfirmPackge
},
]
},
{
Expand Down

0 comments on commit 4354c1a

Please sign in to comment.