提交
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 216 KiB After Width: | Height: | Size: 90 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 7.0 KiB After Width: | Height: | Size: 3.2 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 2.6 KiB |
@@ -18,6 +18,7 @@ import {
|
||||
ElBadge,
|
||||
ElDropdown,
|
||||
ElPopover,
|
||||
ElDatePicker,
|
||||
// 其他需要的组件
|
||||
} from 'element-plus'
|
||||
|
||||
@@ -59,6 +60,7 @@ app.use(ElCarouselItem)
|
||||
app.use(ElBadge)
|
||||
app.use(ElDropdown)
|
||||
app.use(ElPopover)
|
||||
app.use(ElDatePicker)
|
||||
|
||||
|
||||
app.use(store).use(router).use(Axios).mount('#app')
|
||||
|
||||
@@ -6,7 +6,8 @@ const routes = [
|
||||
{
|
||||
path: '/',
|
||||
name: 'home',
|
||||
component: HomeView,
|
||||
// component: HomeView,
|
||||
component: () => import(/* webpackChunkName: "HomeView" */ '../views/HomeView.vue'),
|
||||
meta: {
|
||||
title: "首页"
|
||||
}
|
||||
|
||||
@@ -2708,8 +2708,6 @@ export default {
|
||||
}
|
||||
|
||||
.residential-area {
|
||||
// position: absolute;
|
||||
// top: 58px;
|
||||
width: 640px;
|
||||
height: 500px;
|
||||
background-color: rgba(255, 255, 255, 1);
|
||||
|
||||
Reference in New Issue
Block a user