odc.xiaohui
2023-03-29 638deae4b5b115751e6607f5cdc3c8dee293e957
miniprogram/pages/user/index.ts
@@ -26,7 +26,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)
@@ -61,7 +60,6 @@
       
    },
    getReport() {
        console.log("xxx")
        wx.navigateTo({
            url: '../user/report/index'
        })