fix: #更新api接口地址
Van Zheng authored at 2023-04-07 09:48:55
138.00 B
NewLife.CubeAntd
import { defineConfig } from '@umijs/max';

export default defineConfig({
  define: {
    API_URL: 'https://cube3.newlifex.com',
  },
});