odc.xiaohui
2023-03-22 a49933753262d4ffe48d4233e8dbbf7d800c0e41
miniprogram/pages/user/loginInfo/index.ts
@@ -67,7 +67,6 @@
                    },
                    method: "GET",
                    success: (res) => {
                        console.log(res);
                        wx.setStorageSync('token', res.data.data.token)
                        wx.setStorageSync('role', res.data.data.role)
                        wx.setStorageSync('id', res.data.data.id)