AI3D 页面功能完成

This commit is contained in:
GeekMaster
2025-09-03 16:00:28 +08:00
parent ead30c8779
commit 54c8856adf
21 changed files with 1795 additions and 1319 deletions

View File

@@ -98,6 +98,12 @@ const routes = [
meta: { title: 'AI3D模型生成' },
component: () => import('@/views/AIThreeDCreate.vue'),
},
{
name: 'test3d',
path: '/test3d',
meta: { title: '3D预览测试' },
component: () => import('@/views/test/Test3D.vue'),
},
{
name: 'ExternalLink',
path: '/external',
@@ -476,7 +482,7 @@ const routes = [
path: '/mobile/3d',
name: 'mobile-3d',
meta: { title: '3D模型生成' },
component: () => import('@/views/mobile/ThreeDCreate.vue'),
component: () => import('@/views/AIThreeDCreate.vue'),
},
],
},
@@ -485,7 +491,7 @@ const routes = [
name: 'test',
path: '/test',
meta: { title: '测试页面' },
component: () => import('@/views/Test.vue'),
component: () => import('@/views/test/Test.vue'),
},
{