feature/price_manager
Lei OT 1 year ago
parent ceb397a895
commit 3a6ce1d366

@ -1,10 +1,9 @@
import { makeAutoObservable, runInAction } from "mobx";
import * as config from "@/config";
import { create } from 'zustand';
import { devtools } from 'zustand/middleware';
import { fetchJSON, postForm, } from '@/utils/request';
import { fetchJSON, } from '@/utils/request';
const { HT_HOST } = config;
/**

Loading…
Cancel
Save