gaoshp
2025-06-16 07ed807198047f67ccb4a50f50439cc66817cec2
vite.config.mjs
@@ -1,7 +1,7 @@
/*
 * @Date: 2025-05-27 23:44:41
 * @LastEditors: gaoshp
 * @LastEditTime: 2025-06-16 11:35:41
 * @LastEditTime: 2025-06-16 11:36:58
 * @FilePath: /mdmweb/vite.config.mjs
 */
import {
@@ -67,7 +67,7 @@
      port: 2888,
      proxy: {
        '/api': {
          target: 'http://120.46.212.231:80',
          target,
          //target: 'https://saber3.bladex.cn/api',
          changeOrigin: true,
          rewrite: path => path.replace(/^\/api/, ''),