master^2
lml 1 month ago
parent 5b84004cc5
commit 8dca667217

@ -256,7 +256,7 @@
} }
}, },
goClient(){ goClient(){
window.location.href= `http://56carrier.com:82/#/home/index` window.location.href= `http://56carrier.com:80/#/home/index`
}, },
showDialog() { showDialog() {
this.dialogVisible = true; this.dialogVisible = true;

@ -21,7 +21,8 @@ import {
Dialog, Dialog,
Main, Main,
Option, Option,
MenuItemGroup MenuItemGroup,
Input
} from "element-ui"; } from "element-ui";
Vue.use(Button) Vue.use(Button)
.use(Select) .use(Select)
@ -46,3 +47,4 @@ Vue.use(Button)
.use(Main) .use(Main)
.use(Option) .use(Option)
.use(MenuItemGroup) .use(MenuItemGroup)
.use(Input)

@ -5,7 +5,14 @@
</template> </template>
<script> <script>
import * as echarts from "echarts"; import * as echarts from "echarts";
// import * as echarts from 'echarts/core';
// import { MapChart } from 'echarts/charts'; //
// import { TooltipComponent, TitleComponent } from 'echarts/components'; //
// import { CanvasRenderer } from 'echarts/renderers'; //
import chinaJson from "@/assets/json/china.json" import chinaJson from "@/assets/json/china.json"
// //
// echarts.use([MapChart, TooltipComponent, TitleComponent, CanvasRenderer]);
export default { export default {
name: "ChinaMap", name: "ChinaMap",
props : { props : {

@ -440,7 +440,7 @@ export default {
setTimeout(() => { setTimeout(() => {
// window.location.href= `http://47.119.163.201/#/home/index?companyType=company&companyTransportMode=${item.transportMode}` // window.location.href= `http://47.119.163.201/#/home/index?companyType=company&companyTransportMode=${item.transportMode}`
// window.location.href= `http://192.168.10.54:9081/#/home/index?companyType=company&companyTransportMode=${item.transportMode}` // window.location.href= `http://192.168.10.54:9081/#/home/index?companyType=company&companyTransportMode=${item.transportMode}`
window.location.href= `http://56carrier.com:82/#/home/index?companyType=company&companyTransportMode=${item.transportMode}` window.location.href= `http://56carrier.com:80/#/home/index?companyType=company&companyTransportMode=${item.transportMode}`
}, 200); }, 200);

Loading…
Cancel
Save