index.config.js 129 B

12345
  1. const CONFIG = {
  2. assetsPath: "/static/img", // 静态资源路径
  3. baseUrl: "https://ocr.lfwhzb.com",
  4. }
  5. export default CONFIG;