Commit e7938c21 by jinxin

switchTab修改

parent c69513e4
......@@ -10,8 +10,8 @@
$(function(){
var returnUlr = "/pages/workbench/workbench";
console.log(returnUlr)
return wx.miniProgram.redirectTo({
url : returnUlr,
return wx.miniProgram.switchTab({
url : returnUlr
});
}) ;
</script>
......
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