diff --git a/src/assets/images/address.png b/src/assets/images/address.png new file mode 100644 index 0000000..d5879cf Binary files /dev/null and b/src/assets/images/address.png differ diff --git a/src/assets/images/hotel-header-bg.png b/src/assets/images/hotel-header-bg.png new file mode 100644 index 0000000..bbbd8d0 Binary files /dev/null and b/src/assets/images/hotel-header-bg.png differ diff --git a/src/assets/images/icon-12.png b/src/assets/images/icon-12.png new file mode 100644 index 0000000..6011f02 Binary files /dev/null and b/src/assets/images/icon-12.png differ diff --git a/src/assets/images/phone.png b/src/assets/images/phone.png new file mode 100644 index 0000000..a24d882 Binary files /dev/null and b/src/assets/images/phone.png differ diff --git a/src/assets/images/user.png b/src/assets/images/user.png new file mode 100644 index 0000000..6047ca5 Binary files /dev/null and b/src/assets/images/user.png differ diff --git a/src/components/Header/index.vue b/src/components/Header/index.vue index 0e6d6fd..9e98a1b 100644 --- a/src/components/Header/index.vue +++ b/src/components/Header/index.vue @@ -168,7 +168,8 @@ ] navRight.value = [ { name: '工单', path: '/workOrder' }, - { name: '舆情', path: '/sentiment' } + { name: '舆情', path: '/sentiment' }, + { name: '酒店', path: '/hotel' } ] break case '/scenic': @@ -246,6 +247,27 @@ ] isBack.value = true break + + case '/hotel': + title.value = '酒店管理' + isSkip.value = false + current.vlaue = '' + isBack.value = true + navLeft.value = [ + { + name: '酒店一' + }, + { + name: '酒店二' + }, + { + name: '酒店三' + }, + { + name: '酒店四' + } + ] + break } } watch( diff --git a/src/router/index.js b/src/router/index.js index 6c0173d..7b86d06 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -53,6 +53,11 @@ const router = createRouter({ path: '/roadTesting', name: 'roadTesting', component: () => import('@/views/testing/road.vue') + }, + { + path: '/hotel', + name: 'hotel', + component: () => import('@/views/hotel/index.vue') } ] }, diff --git a/src/styles/common.scss b/src/styles/common.scss index a23ba86..4c685d3 100644 --- a/src/styles/common.scss +++ b/src/styles/common.scss @@ -70,3 +70,14 @@ .pr-20 { padding-right: vh(20) !important; } + +.el-pager li, +.btn-prev:disabled, +.btn-next, +.btn-prev { + color: #ffffff !important; + background-color: #004dc2 !important; +} +.el-pagination.is-background .el-pager li.is-active { + background-color: #00d0ff !important; +} diff --git a/src/utils/config.js b/src/utils/config.js index e03ab87..4f339f9 100644 --- a/src/utils/config.js +++ b/src/utils/config.js @@ -5,7 +5,7 @@ export const proBaseUrl = 'http://192.168.77.200' export const socketBaseUrl = 'ws://36.138.38.16:81' // ws://36.138.38.16:81 export const proSocketBaseUrl = 'ws://192.168.77.200:8060' -export const mode = 'pro' // 测试 dev 正式 pro +export const mode = 'dev' // 测试 dev 正式 pro export const devToken = 'eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6ImE1OWFmNWYwLTU3OWItNDJkNy1hZDJhLTY0Y2JlODA5ZWI1NiJ9.BTxvu6jUWbN0qONWf5K6VzXopE8T8qXzKuX-mij21VJT4U0LdgnqToyqeNDQ2OyJ6cvpdJBzQ9mEEb-dnwrTpQ' diff --git a/src/views/hotel/components/info-box.vue b/src/views/hotel/components/info-box.vue new file mode 100644 index 0000000..d37abd2 --- /dev/null +++ b/src/views/hotel/components/info-box.vue @@ -0,0 +1,224 @@ + + + + + diff --git a/src/views/hotel/components/video-box.vue b/src/views/hotel/components/video-box.vue new file mode 100644 index 0000000..467ccd2 --- /dev/null +++ b/src/views/hotel/components/video-box.vue @@ -0,0 +1,68 @@ + + + + + diff --git a/src/views/hotel/index.vue b/src/views/hotel/index.vue new file mode 100644 index 0000000..581b30d --- /dev/null +++ b/src/views/hotel/index.vue @@ -0,0 +1,13 @@ + + + + +