diff --git a/vite.config.js b/vite.config.js index 291e5d8..0bb55cf 100644 --- a/vite.config.js +++ b/vite.config.js @@ -68,13 +68,13 @@ export default defineConfig({ strictPort: false, open: true, proxy: { - '/api/workflow': { - target: 'http://frp.feashow.cn:31800/', - // target: 'http://clay.frp.feashow.cn/', - // target: 'http://192.168.31.175:8000', - changeOrigin: true, - rewrite: (path) => path.replace(/^\/api/, '') - }, + // '/api/workflow': { + // target: 'http://frp.feashow.cn:31800/', + // // target: 'http://clay.frp.feashow.cn/', + // // target: 'http://192.168.31.175:8000', + // changeOrigin: true, + // rewrite: (path) => path.replace(/^\/api/, '') + // }, // '/api/admin': { // // target: 'http://frp.feashow.cn:31800/', // target: 'http://clay.frp.feashow.cn/',