From 70e4200edcdd7992efc6519df6bd21ffb05b5a4d Mon Sep 17 00:00:00 2001 From: yibo <361071264@qq.com> Date: Thu, 30 May 2019 15:34:44 +0800 Subject: [PATCH] bug --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 67b7195..bd67b1f 100644 --- a/app.js +++ b/app.js @@ -12,7 +12,7 @@ App({ var path = options.path; if (options.query.id) { wx.reLaunch({ - url: '/pages/login/login', + url: '/pages/empty/login', complete: function(res) { that.globalData.shareInPath = path; that.globalData.shareInParameter = options.query;