瀏覽代碼

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

cmj 1 月之前
父節點
當前提交
a1b7da3f04
共有 2 個文件被更改,包括 1 次插入6 次删除
  1. 1 2
      apps/smart-pharmacy/public/database/menu.json
  2. 0 4
      apps/smart-pharmacy/src/preferences.ts

+ 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,
   },
 });