odc.xiaohui
2023-05-12 4b48bacef8646cee8b66f5e10b0ed7124534e93e
miniprogram/pages/manager/index.ts
@@ -30,7 +30,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)
@@ -38,7 +37,6 @@
               }})
    },
    getReport() {
        console.log("xxx")
        wx.navigateTo({
            url: '../manager/report/index'
        })