From 6bc0df62eb3af82422a0e025203fa7fc58a9cc4b Mon Sep 17 00:00:00 2001 From: "DESKTOP-369JRHT\\12997" <9> Date: Tue, 30 Jul 2024 13:33:53 +0800 Subject: [PATCH] no message --- fuintAdmin/src/router/index.js | 7 + fuintAdmin/src/views/index2.vue | 232 +++++++++++++++++++++++++++++ fuintAdmin_zt/src/router/index.js | 13 ++ fuintAdmin_zt/src/views/index2.vue | 60 ++++++++ 4 files changed, 312 insertions(+) create mode 100644 fuintAdmin/src/views/index2.vue create mode 100644 fuintAdmin_zt/src/views/index2.vue diff --git a/fuintAdmin/src/router/index.js b/fuintAdmin/src/router/index.js index d0097309b..44fd79dd3 100644 --- a/fuintAdmin/src/router/index.js +++ b/fuintAdmin/src/router/index.js @@ -86,6 +86,12 @@ export const constantRoutes = [ name: 'Index', meta: { title: '系统首页', icon: 'dashboard', affix: true } }, + { + path: 'resource_oilstore', + component: () => import('@/views/index2.vue'), + name: 'resourceOilstore', + meta: { title: '系统首页', icon: 'dashboard', affix: true } + }, // { // path: 'resource_oilstore', // component: () => import('@/views/index'), @@ -94,6 +100,7 @@ export const constantRoutes = [ // } ] }, + { path: '/account', component: Layout, diff --git a/fuintAdmin/src/views/index2.vue b/fuintAdmin/src/views/index2.vue new file mode 100644 index 000000000..1a5a5d320 --- /dev/null +++ b/fuintAdmin/src/views/index2.vue @@ -0,0 +1,232 @@ + + + + + + + diff --git a/fuintAdmin_zt/src/router/index.js b/fuintAdmin_zt/src/router/index.js index 639c39729..558ea0356 100644 --- a/fuintAdmin_zt/src/router/index.js +++ b/fuintAdmin_zt/src/router/index.js @@ -67,6 +67,13 @@ export const constantRoutes = [ name: 'Index', meta: { title: '系统首页', icon: 'dashboard', affix: true } }, + { + path: 'resource_oilstore', + component: () => import('@/views/index2.vue'), + name: 'resourceOilstore', + meta: { title: '系统首页', icon: 'dashboard', affix: true } + }, + // { // path: 'resource_oilbank', // component: () => import('@/views/Service/index.vue'), @@ -75,6 +82,12 @@ export const constantRoutes = [ // } ] }, + { + path: '/index', + component: () => import('@/views/index'), + name: 'resource_oilstore', + meta: { title: '系统首页', icon: 'dashboard', affix: true } + }, // { // path: 'resource_oilbank', // component: Layout, diff --git a/fuintAdmin_zt/src/views/index2.vue b/fuintAdmin_zt/src/views/index2.vue new file mode 100644 index 000000000..f65d43c00 --- /dev/null +++ b/fuintAdmin_zt/src/views/index2.vue @@ -0,0 +1,60 @@ + + + + +