|
@@ -1,7 +1,7 @@
|
|
/*
|
|
/*
|
|
* @Author: your name
|
|
* @Author: your name
|
|
* @Date: 2022-01-07 10:04:20
|
|
* @Date: 2022-01-07 10:04:20
|
|
- * @LastEditTime: 2023-05-30 15:37:53
|
|
|
|
|
|
+ * @LastEditTime: 2023-05-30 15:55:47
|
|
* @LastEditors: code4eat awesomedema@gmail.com
|
|
* @LastEditors: code4eat awesomedema@gmail.com
|
|
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
* @FilePath: /KC-MiddlePlatform/config/config.ts
|
|
* @FilePath: /KC-MiddlePlatform/config/config.ts
|
|
@@ -17,7 +17,7 @@ export default defineConfig({
|
|
nodeModulesTransform: {
|
|
nodeModulesTransform: {
|
|
type: 'none',
|
|
type: 'none',
|
|
},
|
|
},
|
|
- title:false,
|
|
|
|
|
|
+ title: false,
|
|
publicPath: '/',
|
|
publicPath: '/',
|
|
dva: {
|
|
dva: {
|
|
immer: true,
|
|
immer: true,
|
|
@@ -30,11 +30,11 @@ export default defineConfig({
|
|
},
|
|
},
|
|
},
|
|
},
|
|
lessLoader: {
|
|
lessLoader: {
|
|
- modifyVars: { '@ant-prefix': 'kcmp-ant','root-entry-name': 'default' },
|
|
|
|
|
|
+ modifyVars: { '@ant-prefix': 'kcmp-ant', 'root-entry-name': 'default' },
|
|
}, //
|
|
}, //
|
|
theme: {
|
|
theme: {
|
|
'@primary-color': '#3376FE',
|
|
'@primary-color': '#3376FE',
|
|
- '@primary-color-hover':'#3376FE',
|
|
|
|
|
|
+ '@primary-color-hover': '#3376FE',
|
|
// '@root-entry-name':'root-entry-name'
|
|
// '@root-entry-name':'root-entry-name'
|
|
},
|
|
},
|
|
routes: [
|
|
routes: [
|
|
@@ -68,11 +68,11 @@ export default defineConfig({
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: '/index',
|
|
path: '/index',
|
|
- title:'欢迎进入医管平台',
|
|
|
|
|
|
+ title: '欢迎进入医管平台',
|
|
component: '@/pages/index/index.tsx',
|
|
component: '@/pages/index/index.tsx',
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- title:'精益管管理中台',
|
|
|
|
|
|
+ title: '精益管管理中台',
|
|
path: '/platform',
|
|
path: '/platform',
|
|
component: '@/pages/platform/_layout.tsx',
|
|
component: '@/pages/platform/_layout.tsx',
|
|
routes: [
|
|
routes: [
|
|
@@ -81,56 +81,60 @@ export default defineConfig({
|
|
component: '@/pages/platform/sqlediter/index.tsx',
|
|
component: '@/pages/platform/sqlediter/index.tsx',
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: '/platform/setting/userManage',
|
|
|
|
- component: '@/pages/platform/setting/userManage/index.tsx',
|
|
|
|
|
|
+ path: '/platform/setting',
|
|
|
|
+ routes: [
|
|
|
|
+ {
|
|
|
|
+ path: '/platform/setting/userManage',
|
|
|
|
+ component: '@/pages/platform/setting/userManage/index.tsx',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/platform/setting/hospManage',
|
|
|
|
+ component: '@/pages/platform/setting/hospManage/index.tsx',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/platform/setting/menuManage',
|
|
|
|
+ component: '@/pages/platform/setting/menuManage/index.tsx',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/platform/setting/roleManage',
|
|
|
|
+ component: '@/pages/platform/setting/roleManage/index.tsx',
|
|
|
|
+ },
|
|
|
|
+ // {
|
|
|
|
+ // path: '/platform/setting/reports',
|
|
|
|
+ // component: '@/pages/platform/setting/reports/index.tsx',
|
|
|
|
+ // },
|
|
|
|
+ {
|
|
|
|
+ path: '/platform/setting/departmentMana',
|
|
|
|
+ component: '@/pages/platform/setting/departmentMana/index.tsx',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/platform/setting/pubDicTypeMana',
|
|
|
|
+ component: '@/pages/platform/setting/pubDicTypeMana/index.tsx',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/platform/setting/pubDicMana',
|
|
|
|
+ component: '@/pages/platform/setting/pubDicMana/index.tsx',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/platform/setting/indicatorMana',
|
|
|
|
+ component: '@/pages/platform/setting/indicatorMana/index.tsx',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/platform/setting/paramsMana',
|
|
|
|
+ component: '@/pages/platform/setting/paramsMana/index.tsx',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/platform/setting/systemNavMana',
|
|
|
|
+ component: '@/pages/platform/setting/systemNavMana/index.tsx',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/platform/setting/notificationTemplate',
|
|
|
|
+ component: '@/pages/platform/setting/notificationTemplate/index.tsx',
|
|
|
|
+ },
|
|
|
|
+ ]
|
|
},
|
|
},
|
|
- {
|
|
|
|
- path: '/platform/setting/hospManage',
|
|
|
|
- component: '@/pages/platform/setting/hospManage/index.tsx',
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: '/platform/setting/menuManage',
|
|
|
|
- component: '@/pages/platform/setting/menuManage/index.tsx',
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: '/platform/setting/roleManage',
|
|
|
|
- component: '@/pages/platform/setting/roleManage/index.tsx',
|
|
|
|
- },
|
|
|
|
- // {
|
|
|
|
- // path: '/platform/setting/reports',
|
|
|
|
- // component: '@/pages/platform/setting/reports/index.tsx',
|
|
|
|
- // },
|
|
|
|
- {
|
|
|
|
- path: '/platform/setting/departmentMana',
|
|
|
|
- component: '@/pages/platform/setting/departmentMana/index.tsx',
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: '/platform/setting/pubDicTypeMana',
|
|
|
|
- component: '@/pages/platform/setting/pubDicTypeMana/index.tsx',
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: '/platform/setting/pubDicMana',
|
|
|
|
- component: '@/pages/platform/setting/pubDicMana/index.tsx',
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: '/platform/setting/indicatorMana',
|
|
|
|
- component: '@/pages/platform/setting/indicatorMana/index.tsx',
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: '/platform/setting/paramsMana',
|
|
|
|
- component: '@/pages/platform/setting/paramsMana/index.tsx',
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: '/platform/setting/systemNavMana',
|
|
|
|
- component: '@/pages/platform/setting/systemNavMana/index.tsx',
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: '/platform/setting/notificationTemplate',
|
|
|
|
- component: '@/pages/platform/setting/notificationTemplate/index.tsx',
|
|
|
|
- },
|
|
|
|
-
|
|
|
|
],
|
|
],
|
|
-
|
|
|
|
|
|
+
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: '/personalCenter',
|
|
path: '/personalCenter',
|