Fix group routing
This commit is contained in:
parent
1d3f1306b6
commit
ac7574aff3
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "calckey",
|
||||
"version": "12.119.0-calc-rc.5",
|
||||
"version": "12.119.0-calc-rc.6",
|
||||
"codename": "aqua",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -143,4 +143,18 @@ export default defineComponent({
|
|||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
._card {
|
||||
margin-bottom: 1rem;
|
||||
._title {
|
||||
font-size: 1.2rem;
|
||||
font-weight: bold;
|
||||
}
|
||||
._content {
|
||||
margin: 1rem 0;
|
||||
}
|
||||
._footer {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -458,7 +458,7 @@ export const routes = [{
|
|||
loginRequired: true,
|
||||
}, {
|
||||
path: '/my/groups/:groupId',
|
||||
component: page(() => import('./pages/my-groups/index.vue')),
|
||||
component: page(() => import('./pages/my-groups/group.vue')),
|
||||
loginRequired: true,
|
||||
}, {
|
||||
path: '/my/antennas/create',
|
||||
|
|
Loading…
Reference in New Issue