提交
This commit is contained in:
@@ -4,8 +4,8 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||||
<link rel="icon" href="./favicon.ico">
|
<!-- <link rel="icon" href="./favicon.ico"> -->
|
||||||
<!-- <link rel="icon" href="<%= BASE_URL %>favicon.ico"> -->
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
||||||
<title><%= htmlWebpackPlugin.options.title %></title>
|
<title><%= htmlWebpackPlugin.options.title %></title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
BIN
src/assets/logo.png
Normal file
BIN
src/assets/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.7 KiB |
@@ -66,7 +66,7 @@ const tabList = [{
|
|||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="less">
|
<style lang="less" scoped>
|
||||||
// 头部是公共的 特殊处理
|
// 头部是公共的 特殊处理
|
||||||
.container-header {
|
.container-header {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ import {
|
|||||||
ElDropdown,
|
ElDropdown,
|
||||||
ElPopover,
|
ElPopover,
|
||||||
ElDatePicker,
|
ElDatePicker,
|
||||||
|
ElMessage,
|
||||||
// 其他需要的组件
|
// 其他需要的组件
|
||||||
} from 'element-plus'
|
} from 'element-plus'
|
||||||
|
|
||||||
@@ -61,6 +62,7 @@ app.use(ElBadge)
|
|||||||
app.use(ElDropdown)
|
app.use(ElDropdown)
|
||||||
app.use(ElPopover)
|
app.use(ElPopover)
|
||||||
app.use(ElDatePicker)
|
app.use(ElDatePicker)
|
||||||
|
app.use(ElMessage)
|
||||||
|
|
||||||
|
|
||||||
app.use(store).use(router).use(Axios).mount('#app')
|
app.use(store).use(router).use(Axios).mount('#app')
|
||||||
|
|||||||
@@ -6,8 +6,7 @@ const routes = [
|
|||||||
{
|
{
|
||||||
path: '/',
|
path: '/',
|
||||||
name: 'home',
|
name: 'home',
|
||||||
// component: HomeView,
|
component: HomeView,
|
||||||
component: () => import(/* webpackChunkName: "HomeView" */ '../views/HomeView.vue'),
|
|
||||||
meta: {
|
meta: {
|
||||||
title: "首页"
|
title: "首页"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1129,6 +1129,8 @@ export default {
|
|||||||
|
|
||||||
if (this.acreage_min) info['acreage'] = [this.acreage_min, this.acreage_max]
|
if (this.acreage_min) info['acreage'] = [this.acreage_min, this.acreage_max]
|
||||||
|
|
||||||
|
if (info['wechatdata'] && info['wechatdata']['url']) info['iswechattype'] = 2
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user