Ver código fonte

feat(@six/smart-pharmacy): 智慧药事系统第一版静态页面初始化

cmj 1 mês atrás
pai
commit
a1b7da3f04

+ 1 - 2
apps/smart-pharmacy/public/database/menu.json

@@ -77,8 +77,7 @@
         "path": "/prescription/detail/:id",
         "name": "PrescriptionPreview",
         "meta": {
-          "title": "处方预览",
-          "hideInTab": true,
+          "title": "煎药中心处方",
           "hideInMenu": true
         },
         "component": "/prescription/management/detail"

+ 0 - 4
apps/smart-pharmacy/src/preferences.ts

@@ -21,9 +21,6 @@ export const overridesPreferences = defineOverridesPreferences({
   logo: {
     source: import.meta.env.VITE_APP_LOGO || '',
   },
-  tabbar: {
-    enable: false,
-  },
   copyright: {
     enable: true,
     date: dayjs().format('YYYY'),
@@ -37,6 +34,5 @@ export const overridesPreferences = defineOverridesPreferences({
     globalSearch: false,
     refresh: false,
     notification: false,
-    themeToggle: false,
   },
 });