马宇豪
2025-04-29 e65a116f1ff1d9d99a093f76a9b02a6d27bfb35e
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({