fix: #更新api接口地址
import { defineConfig } from '@umijs/max'; export default defineConfig({ define: { API_URL: 'https://cube3.newlifex.com', }, });