安瑾然
2023-03-21 b4661f300194a13c4bc391f2f45a3f7a0a8dff08
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'
        })