update name to insights explorer

This commit is contained in:
MaysWind
2026-01-03 16:40:53 +08:00
parent 8be5e8aa1d
commit cc0996e0d2
37 changed files with 1714 additions and 1714 deletions
+3 -3
View File
@@ -18,7 +18,7 @@ import TransactionListPage from '@/views/desktop/transactions/ListPage.vue';
import StatisticsTransactionPage from '@/views/desktop/statistics/TransactionPage.vue';
import InsightsExplorePage from '@/views/desktop/insights/ExplorePage.vue';
import InsightsExplorerPage from '@/views/desktop/insights/ExplorerPage.vue';
import AccountListPage from '@/views/desktop/accounts/ListPage.vue';
@@ -139,8 +139,8 @@ const router = createRouter({
})
},
{
path: '/insights/explore',
component: InsightsExplorePage,
path: '/insights/explorer',
component: InsightsExplorerPage,
beforeEnter: checkLogin,
props: route => ({
initId: route.query['id'],