Merge branch 'Yann_Dev'
import type { EnvConfig } from '../core/configure/types'; /** * 开发环境特定配置 */ export const config: EnvConfig = { base: { env: 'dev', title: '魔方系统', }, request: { baseURL: 'https://localhost:7116'//魔方后台API地址 }, };