123456789101112131415161718192021 |
- const state = {
- apiProxy: {
- EzServer6Api: 'EzServer6-api',
- rhFindShipApi: 'rh-find-ship-api',
- shipPlaybackWSApi: 'ship-playback-ws-api',
- },
- }
- const mutations = {
- }
- const actions = {
- }
- export default {
- namespaced: true,
- state,
- mutations,
- actions
- }
|