ref : 重构令牌管理逻辑,,统一状态码识别
This commit is contained in:
@@ -4,7 +4,7 @@ import { regExpPasswd, regExpUserName } from '@/utils/regular-utils';
|
||||
import { Form, message, Modal } from 'ant-design-vue';
|
||||
import useI18n from '@/hooks/useI18n';
|
||||
import useUserStore from '@/store/modules/user';
|
||||
import { updateUserPasswordForce } from '@/api/profile';
|
||||
import { updateUserPasswordForce } from '@/api/system/user';
|
||||
import { RESULT_CODE_SUCCESS } from '@/constants/result-constants';
|
||||
import { getConfigKey } from '@/api/system/config';
|
||||
const userStore = useUserStore();
|
||||
|
||||
Reference in New Issue
Block a user