From 77636e502f0329cad291a8804ab41ad37fbe1cbe Mon Sep 17 00:00:00 2001 From: stt Date: Wed, 22 Oct 2025 09:09:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=91=E5=B9=B3=E5=8F=B0=E9=A2=84=E8=A7=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/mt-preview-ypt/index.ts | 3 + src/components/mt-preview-ypt/index.vue | 1156 +++++++++++++++++++++++ src/router/index.ts | 6 + src/views/preview/index_YPT.vue | 19 + 4 files changed, 1184 insertions(+) create mode 100644 src/components/mt-preview-ypt/index.ts create mode 100644 src/components/mt-preview-ypt/index.vue create mode 100644 src/views/preview/index_YPT.vue diff --git a/src/components/mt-preview-ypt/index.ts b/src/components/mt-preview-ypt/index.ts new file mode 100644 index 0000000..a140290 --- /dev/null +++ b/src/components/mt-preview-ypt/index.ts @@ -0,0 +1,3 @@ +import MtPreviewYPT from './index.vue' + +export default MtPreviewYPT diff --git a/src/components/mt-preview-ypt/index.vue b/src/components/mt-preview-ypt/index.vue new file mode 100644 index 0000000..82389e4 --- /dev/null +++ b/src/components/mt-preview-ypt/index.vue @@ -0,0 +1,1156 @@ + + + + + diff --git a/src/router/index.ts b/src/router/index.ts index 9a4a122..6a15174 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -19,6 +19,12 @@ export const constantRoutes = [ path: '/preview', component: () => import('../views/preview/index.vue') }, + { + // 云平台预览页面 + name: 'preview_YPT', + path: '/preview_YPT', + component: () => import('../views/preview/index_YPT.vue') + }, { name: 'edit-load', path: '/edit-load', diff --git a/src/views/preview/index_YPT.vue b/src/views/preview/index_YPT.vue new file mode 100644 index 0000000..74a6cf8 --- /dev/null +++ b/src/views/preview/index_YPT.vue @@ -0,0 +1,19 @@ + +