From e915c2f80f2beb7750cb254c887e97e3a35cca8b Mon Sep 17 00:00:00 2001 From: yesg <2277317060@qq.com> Date: Wed, 22 Apr 2026 01:07:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/editEl/editEl17.vue | 1 + src/layout/index.vue | 4 +- src/router/index.js | 8 +- src/views/industrySolutions.vue | 584 +++++++++++++++++++++++++++++ 4 files changed, 593 insertions(+), 4 deletions(-) create mode 100644 src/views/industrySolutions.vue diff --git a/src/components/editEl/editEl17.vue b/src/components/editEl/editEl17.vue index 07d14eb..61d1993 100644 --- a/src/components/editEl/editEl17.vue +++ b/src/components/editEl/editEl17.vue @@ -12,6 +12,7 @@
+
diff --git a/src/layout/index.vue b/src/layout/index.vue index 8724f7c..73fa35b 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -3,10 +3,10 @@ 首页 - 关于海威 + 行业方案 产品中心 - 联系我们 +
diff --git a/src/router/index.js b/src/router/index.js index 54b23d6..bef5962 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -6,7 +6,7 @@ Vue.use(Router) export default new Router({ routes: [ - + { path: '', component: Layout, @@ -22,7 +22,7 @@ export default new Router({ }, { path: '/industrySolutionsEdit', - component: () => import('@/views/editPage/index.vue'), + component: () => import('@/views/industrySolutions.vue'), }, { path: '/productCenterEdit', @@ -38,5 +38,9 @@ export default new Router({ path: '/newsEdit', component: () => import('@/views/otherEdit/newsEdit.vue'), }, + { + path: '/editor', + component: () => import('@/views/editPage/index.vue'), + }, ] }) diff --git a/src/views/industrySolutions.vue b/src/views/industrySolutions.vue new file mode 100644 index 0000000..50e39d5 --- /dev/null +++ b/src/views/industrySolutions.vue @@ -0,0 +1,584 @@ + + +