安瑾然
2023-03-21 b4661f300194a13c4bc391f2f45a3f7a0a8dff08
miniprogram/pages/index/index.ts
@@ -82,7 +82,6 @@
                    },
                    method: "GET",
                    success:(res)=>{
                        console.log(res);
                        wx.setStorageSync('phone', res.data.msg)
                        if (res.data.data==2) {
                            wx.redirectTo(
@@ -114,7 +113,6 @@
                //     },
                //     method: "GET",
                //     success: (res) => {
                //         console.log(res);
                //         //  如果用户已经注册直接进入  未注册进入宣传   role == 0用户  1警员
                //         wx.setStorageSync('token', res.data.data.token)
                //         wx.setStorageSync('role', res.data.data.role)