feat(sgw): Add new services and utilities for ship, trip, and photo management
This commit is contained in:
@@ -23,6 +23,13 @@ export default defineConfig({
|
||||
path: '/map',
|
||||
component: './Slave/SGW/Map',
|
||||
},
|
||||
{
|
||||
name: 'sgw.ships',
|
||||
icon: 'icon-ship',
|
||||
path: '/ships',
|
||||
component: './Slave/SGW/Ship',
|
||||
access: 'canEndUser_User',
|
||||
},
|
||||
{
|
||||
name: 'sgw.trips',
|
||||
icon: 'icon-trip',
|
||||
|
||||
Reference in New Issue
Block a user