@@ -12,6 +12,9 @@ const { REACT_APP_ENV } = process.env;
export default defineConfig({
hash: true,
+ history: {
+ type: 'hash',
+ },
antd: {},
dva: {
hmr: true,