zhaoxiaohai 3 years ago
parent
commit
9f6528d510
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/tabbar/mine/index.js

+ 1 - 1
pages/tabbar/mine/index.js

@@ -102,7 +102,7 @@ Page({
             });
             setTimeout(() => {
                 wx.reLaunch({
-                    url: '/pages/login/index',
+                    url: '/pages/login/phone',
                 })
             }, 300)
         })