diff --git a/src/constant/system-config.ts b/src/constant/system-config.ts index 685e5db..38afbed 100644 --- a/src/constant/system-config.ts +++ b/src/constant/system-config.ts @@ -21,22 +21,6 @@ export const systemMenus: MenuItem[] = [ }, { id: 2, - name: 'setting.menu.channel', - icon: RiHotelLine, - color: '#525866', - activeColor: '#2B7FFF', - componentName: 'ChannelSetting', - }, - { - id: 3, - name: 'setting.menu.roomType', - icon: RiHotelBedLine, - color: '#525866', - activeColor: '#2B7FFF', - componentName: 'RoomTypeSetting', - }, - { - id: 4, name: 'setting.menu.general', icon: RiSettingsLine, color: '#525866', diff --git a/src/pages/components/Task/index.vue b/src/pages/home/components/Task.vue similarity index 100% rename from src/pages/components/Task/index.vue rename to src/pages/home/components/Task.vue diff --git a/src/pages/home/index.vue b/src/pages/home/index.vue index 671f79f..91cab24 100644 --- a/src/pages/home/index.vue +++ b/src/pages/home/index.vue @@ -6,7 +6,7 @@ - + @@ -15,7 +15,7 @@ \ No newline at end of file diff --git a/src/pages/setting/components/RoomTypeSetting/index.vue b/src/pages/setting/components/RoomTypeSetting/index.vue deleted file mode 100644 index 938490a..0000000 --- a/src/pages/setting/components/RoomTypeSetting/index.vue +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/src/pages/setting/index.vue b/src/pages/setting/index.vue index 66f9205..e5bc55b 100644 --- a/src/pages/setting/index.vue +++ b/src/pages/setting/index.vue @@ -1,6 +1,6 @@