Commit eef93b48 authored by zhangrui123's avatar zhangrui123

加上来福士的图片

parent 50c05ebf
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
import{d as e,c as a,s,v as t,r as i,o as c,b as n,e as l,A as r,F as o,f as u,k as p,t as d}from"./index.8bce3d85.js";var m=e({name:"SiteSelector",setup(){const e=a((()=>s.state.curView.type)),i=a((()=>[...s.state.viewOptions,...s.state.communityOptions])),c=t();return{curViewType:e,options:i,handleChange:e=>{s.commit("SET_CURRENT_VIEW",i.value.find((a=>e===a.type))),s.state.curView.id&&s.dispatch("initStationData",s.state.curView.id),isNaN(+e)&&"lfs"!=e?c.push({name:"main"}):isNaN(+e)&&"lfs"==e?c.push({name:"raffles"}):c.push({name:"community",query:{id:e}})}}}});m.render=function(e,a,s,t,m,w){const y=i("a-select-option"),f=i("a-select");return c(),n("div",{id:"site-selector",class:"site-selector",style:"left:"+(isNaN(+e.curViewType)&&"lfs"!=e.curViewType?"calc(20vw + .1rem)":isNaN(+e.curViewType)&&"lfs"==e.curViewType?"calc(32vw + .1rem)":"calc(16vw + .1rem)")},[l(f,{value:e.curViewType,"dropdown-class-name":"site-selector-drop-down",onSelect:e.handleChange},{default:r((()=>[(c(!0),n(o,null,u(e.options,(e=>(c(),n(y,{key:e.type,value:e.type},{default:r((()=>[p(d(e.name),1)])),_:2},1032,["value"])))),128))])),_:1},8,["value","onSelect"])],4)};export{m as _}; import{d as e,c as a,s,v as t,r as i,o as n,b as c,e as l,A as r,F as o,f as u,k as p,t as d}from"./index.fd196da3.js";var m=e({name:"SiteSelector",setup(){const e=a((()=>s.state.curView.type)),i=a((()=>[...s.state.viewOptions,...s.state.communityOptions])),n=t();return{curViewType:e,options:i,handleChange:e=>{s.commit("SET_CURRENT_VIEW",i.value.find((a=>e===a.type))),s.state.curView.id&&s.dispatch("initStationData",s.state.curView.id),isNaN(+e)&&"lfs"!=e?n.push({name:"main"}):isNaN(+e)&&"lfs"==e?n.push({name:"raffles"}):n.push({name:"community",query:{id:e}})}}}});m.render=function(e,a,s,t,m,w){const y=i("a-select-option"),f=i("a-select");return n(),c("div",{id:"site-selector",class:"site-selector",style:"left:"+(isNaN(+e.curViewType)&&"lfs"!=e.curViewType?"calc(20vw + .1rem)":isNaN(+e.curViewType)&&"lfs"==e.curViewType?"calc(32vw + .1rem)":"calc(16vw + .1rem)")},[l(f,{value:e.curViewType,"dropdown-class-name":"site-selector-drop-down",onSelect:e.handleChange},{default:r((()=>[(n(!0),c(o,null,u(e.options,(e=>(n(),c(y,{key:e.type,value:e.type},{default:r((()=>[p(d(e.name),1)])),_:2},1032,["value"])))),128))])),_:1},8,["value","onSelect"])],4)};export{m as _};
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<link rel="icon" href="./favicon.ico" /> <link rel="icon" href="./favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>南京东路街道</title> <title>南京东路街道</title>
<script type="module" crossorigin src="./assets/index.8bce3d85.js"></script> <script type="module" crossorigin src="./assets/index.fd196da3.js"></script>
<link rel="modulepreload" href="./assets/vendor.9af12db9.js"> <link rel="modulepreload" href="./assets/vendor.9af12db9.js">
<link rel="stylesheet" href="./assets/index.08fb1c16.css"> <link rel="stylesheet" href="./assets/index.08fb1c16.css">
</head> </head>
......
This diff is collapsed.
...@@ -5,6 +5,9 @@ ...@@ -5,6 +5,9 @@
rows="0.4rem auto" rows="0.4rem auto"
gap="0.05rem" gap="0.05rem"
> >
<m-animate>
<img style="height: 100%; width: 100%" :src="lfs" />
</m-animate>
<!-- TODO 添加地图 --> <!-- TODO 添加地图 -->
<Title area="title"> 南东城运 </Title> <Title area="title"> 南东城运 </Title>
<m-animate enter="fadeInLeft" leave="fadeOutLeft"> <m-animate enter="fadeInLeft" leave="fadeOutLeft">
...@@ -24,14 +27,18 @@ import RightSection from './right.vue' ...@@ -24,14 +27,18 @@ import RightSection from './right.vue'
import { ajax, api } from '@/ajax' import { ajax, api } from '@/ajax'
import { ref, defineComponent } from 'vue' import { ref, defineComponent } from 'vue'
import SiteSelector from '@/view/community/site-selector.vue' import SiteSelector from '@/view/community/site-selector.vue'
import lfs from '@/assets/images/lfs.png'
export default defineComponent({ export default defineComponent({
name: 'Raffles', name: 'Raffles',
components: { components: {
SiteSelector, SiteSelector,
lfs,
}, },
setup() { setup() {
return {} return {
lfs,
}
}, },
}) })
</script> </script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment