Commit a8e3bd17 by LJM

优化关于我们

parent 28a20578
......@@ -174,7 +174,9 @@
<script>
import Vue from 'vue';
import BaiduMap from 'vue-baidu-map'
import {ImagePreview} from 'vant';
Vue.use(ImagePreview);
Vue.use(BaiduMap, {
ak: "8vggsUWcL38cpMGEozcmTr89"
})
......@@ -198,7 +200,7 @@
computed: {},
methods: {
imagePreviewChange() {
ImagePreview(['http://img.ichunt.com/images/ichunt/202207/01/c9d921d969b704e81f0a99596f24175b.jpg']);
},
showBox(index) {
this.act = index;
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
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 sign in to comment