diff --git a/vite.config.ts b/vite.config.ts index d4fbe5d..d313c03 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -17,8 +17,7 @@ export default (): UserConfig => { // 请求代理地址 const proxy = { "/dev": { - // target: "http://127.0.0.1:8001", - target: "http://rjjgeibqc2.localtunnel-cool.cool-js.cloud", + target: "http://127.0.0.1:8001", changeOrigin: true, rewrite: (path: string) => path.replace(/^\/dev/, "") },