Commit bed6d6bd authored by 小费同学阿's avatar 小费同学阿 💬

出行服务

parent 0029789b
......@@ -380,25 +380,6 @@ export default {
window.addEventListener('load', () => {
setPageLoadTime(); // 在页面加载时更新页面加载时间
});
/*调用道路信息api*/
// this.queryRouterMsg()
/*输入框赋值*/
/* this.navigator.form.start = this.$route.params.start
/!*输入框赋值*!/
this.navigator.form.end = this.$route.params.end
/!*起始经纬度赋值*!/
this.navigator.formControl.start.location = [this.$route.params.stratLocation.lat, this.$route.params.stratLocation.lng]
/!*目的地经纬度赋值*!/
this.navigator.formControl.end.location = [this.$route.params.endLocation.lat, this.$route.params.endLocation.lng]
console.log("起始点传进来的经纬度", this.navigator.formControl.start.location)
console.log("目的地传进来的经纬度", this.navigator.formControl.end.location)
/!*调用选择路线方法*!/
this.direction()*//*
/!*获取当前页面刷新时间*!/
const now = new Date();
const hours = now.getHours();
const minutes = now.getMinutes();
this.pageLoadTime = `${hours}:${minutes}`;*/
if (this.checkEvent && this.checkStop && this.checkManage) {
this.handleEventTip(2)
}
......
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