mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-17 16:05:53 +08:00
跳转问题解决
This commit is contained in:
@@ -456,10 +456,6 @@ export function navigateToLogin (type = "navigateTo") {
|
|||||||
* 微信小程序跳转到微信小程序登录页面
|
* 微信小程序跳转到微信小程序登录页面
|
||||||
* H5/App跳转到普通登录页面
|
* H5/App跳转到普通登录页面
|
||||||
*/
|
*/
|
||||||
uni[type]({
|
|
||||||
url: "/pages/passport/login",
|
|
||||||
});
|
|
||||||
return
|
|
||||||
// #ifdef MP-WEIXIN
|
// #ifdef MP-WEIXIN
|
||||||
uni[type]({
|
uni[type]({
|
||||||
url: "/pages/passport/wechatMPLogin",
|
url: "/pages/passport/wechatMPLogin",
|
||||||
|
|||||||
Reference in New Issue
Block a user