config.js 108 B

123
  1. // config.js (使用ES6模块语法)
  2. export const baseUrl = '/api';
  3. export const imageBaseUrl = '/uploadApi'