提交
This commit is contained in:
parent
5a918cda3e
commit
50baf3f699
@ -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
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>
|
||||
|
||||
<style lang="less">
|
||||
<style lang="less" scoped>
|
||||
// 头部是公共的 特殊处理
|
||||
.container-header {
|
||||
flex-direction: column;
|
||||
|
@ -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')
|
||||
|
@ -6,8 +6,7 @@ const routes = [
|
||||
{
|
||||
path: '/',
|
||||
name: 'home',
|
||||
// component: HomeView,
|
||||
component: () => import(/* webpackChunkName: "HomeView" */ '../views/HomeView.vue'),
|
||||
component: HomeView,
|
||||
meta: {
|
||||
title: "首页"
|
||||
}
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user