feat: 客户分享链接列表

This commit is contained in:
rd
2025-08-07 18:05:27 +08:00
parent de55e00196
commit d07f773123
17 changed files with 678 additions and 115 deletions

View File

@ -1,6 +1,6 @@
<template>
<a-config-provider :locale="zhCN" size="small" :theme="redTheme">
<router-view v-if="$route.path === '/login'" />
<router-view v-if="$route.path === '/login' || ['ExploreList', 'ExploreDetail'].includes($route.name)" />
<LayoutBasic v-else />
</a-config-provider>
</template>