Commit d6519048 authored by zhengke's avatar zhengke

修改

parent 617ce459
......@@ -760,12 +760,9 @@
let userInfo = this.getLocalStorage()
var B2BDomain = userInfo.B2BDomain
let configId = this.NewConfigId
window.open(
B2BDomain + '/#/detailTwo/' +
encodeURIComponent(configId) + '/' + 0 +
'/preview',
'_blank'
)
// var B2BDomain = this.CurrentUserInfo.B2BDomain;
this.$tripUtils.GotoB2BPage(B2BDomain, encodeURIComponent(configId), 0);
},
//获取地图
getMapList() {
......
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