feat: constants
This commit is contained in:
parent
af630d3b8c
commit
8fb00653e4
27 changed files with 61 additions and 94 deletions
|
|
@ -158,7 +158,7 @@ import TeamListService from '@/services/teamList'
|
|||
import TeamService from '@/services/team'
|
||||
import TeamModel from '@/models/team'
|
||||
|
||||
import RIGHTS from '@/models/constants/rights.json'
|
||||
import {RIGHTS} from '@/models/constants/rights'
|
||||
import Multiselect from '@/components/input/multiselect.vue'
|
||||
import Nothing from '@/components/misc/nothing.vue'
|
||||
import {success} from '@/message'
|
||||
|
|
|
|||
Reference in a new issue