Move manager routes under /admin
This commit is contained in:
@@ -8,6 +8,8 @@ import {
|
||||
|
||||
definePageMeta({
|
||||
middleware: ['manager-only'],
|
||||
path: '/admin/bonuses/requests/:id',
|
||||
alias: ['/bonus-system/withdrawals/:id'],
|
||||
});
|
||||
|
||||
const route = useRoute();
|
||||
@@ -47,7 +49,7 @@ async function reviewWithdrawal() {
|
||||
|
||||
<template>
|
||||
<section class="space-y-6 max-w-3xl">
|
||||
<NuxtLink to="/bonus-system" class="text-sm font-semibold text-[#0d854a]">← Назад к бонусам</NuxtLink>
|
||||
<NuxtLink to="/admin/bonuses/requests" class="text-sm font-semibold text-[#0d854a]">← Назад к бонусам</NuxtLink>
|
||||
|
||||
<div v-if="withdrawalsQuery.loading.value" class="manager-empty-state">
|
||||
Загружаем заявку на вывод...
|
||||
|
||||
Reference in New Issue
Block a user