feat(publish): add tenant publish management with desktop deep-link
Expose tenant-authenticated publish task list and retry endpoints so the admin web can show desktop publish state without an Electron bridge, and register a `shengxintui://` deep-link so the page can hand off to the desktop client workbench. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -124,6 +124,16 @@ const router = createRouter({
|
||||
navKey: '/media',
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'publish-management',
|
||||
name: 'publish-management',
|
||||
component: () => import('@/views/PublishManagementView.vue'),
|
||||
meta: {
|
||||
titleKey: 'route.publishManagement.title',
|
||||
descriptionKey: 'route.publishManagement.description',
|
||||
navKey: '/publish-management',
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'brands',
|
||||
name: 'brands',
|
||||
|
||||
Reference in New Issue
Block a user