zhouwx
2024-05-15 17d6a920c0f0b3a14db536fd1f7f5d3431cc048a
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({