This commit is contained in:
A1300399510 2023-07-13 18:35:33 +08:00
parent 5a918cda3e
commit 50baf3f699
6 changed files with 8 additions and 5 deletions

View File

@ -4,8 +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="./favicon.ico">
<!-- <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>

BIN
src/assets/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

View File

@ -66,7 +66,7 @@ const tabList = [{
</script>
<style lang="less">
<style lang="less" scoped>
//
.container-header {
flex-direction: column;

View File

@ -19,6 +19,7 @@ import {
ElDropdown,
ElPopover,
ElDatePicker,
ElMessage,
// 其他需要的组件
} from 'element-plus'
@ -61,6 +62,7 @@ app.use(ElBadge)
app.use(ElDropdown)
app.use(ElPopover)
app.use(ElDatePicker)
app.use(ElMessage)
app.use(store).use(router).use(Axios).mount('#app')

View File

@ -6,8 +6,7 @@ const routes = [
{
path: '/',
name: 'home',
// component: HomeView,
component: () => import(/* webpackChunkName: "HomeView" */ '../views/HomeView.vue'),
component: HomeView,
meta: {
title: "首页"
}

View File

@ -1129,6 +1129,8 @@ export default {
if (this.acreage_min) info['acreage'] = [this.acreage_min, this.acreage_max]
if (info['wechatdata'] && info['wechatdata']['url']) info['iswechattype'] = 2