Compare commits

...

3 Commits

2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -368,7 +368,7 @@ const deleteUserFunc = async(row) => {
// //
const userInfo = ref({ const userInfo = ref({
username: '', userName: '',
password: '', password: '',
nickName: '', nickName: '',
headerImg: '', headerImg: '',