扫码登录地址解析错误优化

master
gongfuxiang 2024-10-30 22:26:08 +08:00
parent e5dc893e7f
commit f9cbe2fada
1 changed files with 1 additions and 1 deletions

View File

@ -2757,7 +2757,7 @@
} }
// //
var thirdpartylogin_arr = ['/thirdpartylogin-scan-index-', 'plugins/index/pluginsname/thirdpartylogin/pluginscontrol/scan/pluginsaction/index']; var thirdpartylogin_arr = ['/thirdpartylogin-scan-index-', 'plugins/index/pluginsname/thirdpartylogin/pluginscontrol/scan/pluginsaction/index/id/'];
var thirdpartylogin_ret = self.web_url_value_mate(value, thirdpartylogin_arr); var thirdpartylogin_ret = self.web_url_value_mate(value, thirdpartylogin_arr);
if (thirdpartylogin_ret.status == 1 && thirdpartylogin_ret.value != null) { if (thirdpartylogin_ret.status == 1 && thirdpartylogin_ret.value != null) {
uni.navigateTo({ uni.navigateTo({