Commit d6519048 authored by zhengke's avatar zhengke

修改

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