Jelajahi Sumber

菜单配置

@dongkboy 1 tahun lalu
induk
melakukan
5b57cb0386

+ 7 - 27
src/router/routes.ts

@@ -3,8 +3,10 @@ import type { RouteRecordRaw } from 'vue-router'
 import useSettingsStore from '@/store/modules/settings'
 import generatedRoutes from 'virtual:generated-pages'
 import { setupLayouts } from 'virtual:meta-layouts'
-import organizationManagement from './modules/organization'
-import personnel from './modules/personnel'
+import organizationManagement from './modules/organization'//租户管理
+import personnel from './modules/personnel'//成员管理
+import insuranceCompany from './modules/insuranceCompany'//保险公司配置
+import product from './modules/product'//产品配置
 
 // 固定路由(默认路由)
 const constantRoutes: RouteRecordRaw[] = [
@@ -81,34 +83,12 @@ const asyncRoutes: Route.recordMainRaw[] = [
   },
   {
     meta: {
-      title: '租户运营',
-      icon: 'i-uim:box',
-    },
-    children: [
-    ],
-  },
-  {
-    meta: {
-      title: '数据中心',
-      icon: 'i-uim:box',
-    },
-    children: [
-    ],
-  },
-  {
-    meta: {
-      title: '增值服务',
-      icon: 'i-uim:box',
-    },
-    children: [
-    ],
-  },
-  {
-    meta: {
-      title: '基础设置',
+      title: '设置',
       icon: 'i-uim:box',
     },
     children: [
+      insuranceCompany,
+      product
     ],
   },
 

+ 12 - 0
src/views/insuranceCompanyConfiguration/paymentCodeConfig.vue

@@ -0,0 +1,12 @@
+<!-- 模板区域 -->
+<template>
+  <div>
+  <PageMain>
+  </PageMain>
+  </div>
+  </template>
+
+  <!-- 行为区域 -->
+  <script lang='ts' setup>
+  </script>
+  <!-- 样式区域 -->

+ 12 - 0
src/views/organizationManagement/functionConfiguration.vue

@@ -0,0 +1,12 @@
+<!-- 模板区域 -->
+<template>
+  <div>
+  <PageMain>
+  </PageMain>
+  </div>
+  </template>
+
+  <!-- 行为区域 -->
+  <script lang='ts' setup>
+  </script>
+  <!-- 样式区域 -->

+ 12 - 0
src/views/productConfiguration/drivingInsurance/index.vue

@@ -0,0 +1,12 @@
+<!-- 模板区域 -->
+<template>
+  <div>
+  <PageMain>
+  </PageMain>
+  </div>
+  </template>
+
+  <!-- 行为区域 -->
+  <script lang='ts' setup>
+  </script>
+  <!-- 样式区域 -->

+ 12 - 0
src/views/productConfiguration/specialClause/index.vue

@@ -0,0 +1,12 @@
+<!-- 模板区域 -->
+<template>
+  <div>
+  <PageMain>
+  </PageMain>
+  </div>
+  </template>
+
+  <!-- 行为区域 -->
+  <script lang='ts' setup>
+  </script>
+  <!-- 样式区域 -->