odc.xiaohui
2023-03-22 7311eaf2c8f1c62582fbf615c4f3b5235f847c99
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)