提交 0e967084 编写于 作者: DCloud_JSON's avatar DCloud_JSON

Update index.vue

上级 e70eacb8
......@@ -240,8 +240,7 @@
})
// #ifdef H5
// 去掉链接后面的参数且不刷新
// console.log('去掉参数之前的href', window.location.href)
history.replaceState(null, '', '/#/')
history.replaceState(null, '', window.location.href.split('?')[0])
// #endif
},
onShow(){
......@@ -498,10 +497,6 @@
* 比如:http://localhost:8082/#/uni_modules/uni-im/pages/index/index?joinGroup=xxx
*/
if(joinGroup){
// #ifdef H5
//删除URL后面的参数(主要是删除joinGroup=xxx),且不刷新页面
history.replaceState(null, '', '/#/')
// #endif
this.joinGroup(joinGroup)
};
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册