diff --git a/public/static/images/link/map.png b/public/static/images/link/map.png new file mode 100644 index 0000000..21e6b1b Binary files /dev/null and b/public/static/images/link/map.png differ diff --git a/src/views/link/index.vue b/src/views/link/index.vue index 05ce7fe..1eb98e7 100644 --- a/src/views/link/index.vue +++ b/src/views/link/index.vue @@ -2,10 +2,16 @@ import {ref, onMounted} from 'vue' import Swiper from '@/components/Swiper/index.vue' import Banner from '@/components/Banner/index.vue' -import Map from './map.vue' +// import Map from './map.vue' const currentPage = ref(1) +const toCompany = () => { + window.open( + 'https://www.amap.com/search?query=%E7%87%83%E8%B0%B7%E7%A7%91%E6%8A%80(%E5%8D%97%E4%BA%AC)%E6%9C%89%E9%99%90%E5%85%AC%E5%8F%B8' + ) +} + onMounted(() => {}) @@ -30,9 +36,7 @@ onMounted(() => {})
邮箱:company@rangutech.com
地址:江苏省南京市鼓楼区万谷硅巷9F
-
- -
+ @@ -52,6 +56,7 @@ onMounted(() => {}) padding-top: 20px; .title { text-align: left; + margin-top: 40px; .label { font-family: 'PingFang SC'; font-weight: 400; @@ -65,8 +70,9 @@ onMounted(() => {}) } } .img { - width: 500px; - height: 300px; + width: 520px; + height: 380px; + cursor: pointer; } }