add media route
This commit is contained in:
parent
0086f734be
commit
c8b90c02a6
@ -131,7 +131,7 @@
|
||||
<div class="actions">
|
||||
<b-button-group class="actions-grp">
|
||||
<b-button>Control</b-button>
|
||||
<b-button>Media</b-button>
|
||||
<b-button to="/media">Media</b-button>
|
||||
<b-button>Logging</b-button>
|
||||
<b-button>Configure</b-button>
|
||||
<b-button @click="logout()">
|
||||
|
26
ffplayout/frontend/pages/media.vue
Normal file
26
ffplayout/frontend/pages/media.vue
Normal file
@ -0,0 +1,26 @@
|
||||
<template>
|
||||
<div>
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
components: {},
|
||||
|
||||
created () {
|
||||
this.getPath()
|
||||
},
|
||||
|
||||
methods: {
|
||||
async getPath () {
|
||||
await this.$store.dispatch('auth/inspectToken')
|
||||
// const response = await this.$axios.get('apt/')
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
Loading…
x
Reference in New Issue
Block a user