mirror of
https://github.com/yangjian102621/geekai.git
synced 2026-04-27 05:24:27 +08:00
AI3D 页面功能完成
This commit is contained in:
@@ -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'),
|
||||
},
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user