feat: add user manager

This commit is contained in:
2025-02-28 15:31:32 +08:00
parent 5f7bd0de5f
commit bd58d5983c
26 changed files with 149 additions and 57 deletions

View File

@@ -1,8 +1,7 @@
import { create } from 'zustand';
import { query } from '@/modules';
import { message } from 'antd';
import { isObjectNull } from '@/utils/is-null';
import { message } from '@/modules/message';
type AppVersionStore = {
showEdit: boolean;
setShowEdit: (showEdit: boolean) => void;
@@ -117,7 +116,7 @@ export const useAppVersionStore = create<AppVersionStore>((set, get) => {
key: 'publish',
data,
});
loaded();
setTimeout(loaded, 200);
if (res.code === 200) {
message.success('Success');
// getList();