import { defineConfig } from "umi"; import routes from './config/routes/index'; import proxy from './config/proxy'; export default defineConfig({ proxy, // locale: { // default: 'zh-CN', // baseSeparator: '-', // baseNavigator: false // }, hash: true, routes, npmClient: 'yarn', });