|
|
@ -15,7 +15,7 @@ App({ |
|
|
var path = options.path; |
|
|
var path = options.path; |
|
|
if (options.query.id) { |
|
|
if (options.query.id) { |
|
|
wx.reLaunch({ |
|
|
wx.reLaunch({ |
|
|
url: '/pages/login/login', |
|
|
|
|
|
|
|
|
url: '/pages/empty/login', |
|
|
complete: function (res) { |
|
|
complete: function (res) { |
|
|
that.globalData.shareInPath = path; |
|
|
that.globalData.shareInPath = path; |
|
|
that.globalData.shareInParameter = options.query; |
|
|
that.globalData.shareInParameter = options.query; |
|
|
|