Commit 95519cfb by jinxin

除去‘/’

parent 96e7d330
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
//授权页面跳转 //授权页面跳转
$(function(){ $(function(){
var returnUlr = "pages/workbench/workbench"; var returnUlr = "/pages/workbench/workbench";
console.log(returnUlr) console.log(returnUlr)
return wx.miniProgram.redirectTo({ return wx.miniProgram.redirectTo({
url : returnUlr, url : returnUlr,
......
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