马宇豪
2023-10-31 f1f40e9a28fafab5d884630b8900b11060ebe9fc
src/api/systemManage/role/index.ts
@@ -9,6 +9,12 @@
                method: 'get'
            });
        },
        getExpList: () => {
            return request({
                url: import.meta.env.VITE_API_URL + `/account/user/identity/list`,
                method: 'post'
            });
        },
        // v2
        addRole: (data: object) => {
            return request({