Compare commits
3 Commits
d49f8839a1
...
3f1a9b87cc
Author | SHA1 | Date |
---|---|---|
|
3f1a9b87cc | |
|
f7ddd8bbbb | |
|
43d0c291ed |
|
@ -74,7 +74,7 @@ func (s *SystemApiApi) SyncApi(c *gin.Context) {
|
||||||
// @accept application/json
|
// @accept application/json
|
||||||
// @Produce application/json
|
// @Produce application/json
|
||||||
// @Success 200 {object} response.Response{msg=string} "获取API分组"
|
// @Success 200 {object} response.Response{msg=string} "获取API分组"
|
||||||
// @Router /api/getApiGroups [post]
|
// @Router /api/getApiGroups [get]
|
||||||
func (s *SystemApiApi) GetApiGroups(c *gin.Context) {
|
func (s *SystemApiApi) GetApiGroups(c *gin.Context) {
|
||||||
groups, apiGroupMap, err := apiService.GetApiGroups()
|
groups, apiGroupMap, err := apiService.GetApiGroups()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
|
@ -368,7 +368,7 @@ const deleteUserFunc = async(row) => {
|
||||||
|
|
||||||
// 弹窗相关
|
// 弹窗相关
|
||||||
const userInfo = ref({
|
const userInfo = ref({
|
||||||
username: '',
|
userName: '',
|
||||||
password: '',
|
password: '',
|
||||||
nickName: '',
|
nickName: '',
|
||||||
headerImg: '',
|
headerImg: '',
|
||||||
|
|
Loading…
Reference in New Issue