Compare commits

..

No commits in common. "3f1a9b87cc67df9d08c04594adb549faa5828e58" and "d49f8839a1d4ad714b79a5242de912bb8ab84563" have entirely different histories.

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
// @Produce application/json
// @Success 200 {object} response.Response{msg=string} "获取API分组"
// @Router /api/getApiGroups [get]
// @Router /api/getApiGroups [post]
func (s *SystemApiApi) GetApiGroups(c *gin.Context) {
groups, apiGroupMap, err := apiService.GetApiGroups()
if err != nil {

View File

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