提交
This commit is contained in:
parent
a626223e64
commit
c051c60e7e
@ -4,7 +4,8 @@
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
||||
<link rel="icon" href="./favicon.ico">
|
||||
<!-- <link rel="icon" href="<%= BASE_URL %>favicon.ico"> -->
|
||||
<title><%= htmlWebpackPlugin.options.title %></title>
|
||||
</head>
|
||||
<body>
|
||||
|
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user