feat: 角色api错误

This commit is contained in:
fit2cloud-chenyw 2021-04-29 16:15:11 +08:00
parent 9ed610802c
commit 389d50a846

View File

@ -23,7 +23,7 @@
<script>
import LayoutContent from '@/components/business/LayoutContent'
import { addRole, editRole } from '@/api/system/user'
import { addRole, editRole } from '@/api/system/role'
export default {
components: { LayoutContent },