You've already forked DataMate
@@ -19,7 +19,7 @@ export default defineConfig({
|
||||
// },
|
||||
proxy: {
|
||||
"^/api": {
|
||||
target: "http://localhost:8002", // 本地后端服务地址
|
||||
target: "http://localhost:8080", // 本地后端服务地址
|
||||
changeOrigin: true,
|
||||
secure: false,
|
||||
rewrite: (path) => path.replace(/^\/api/, "/api"),
|
||||
|
||||
Reference in New Issue
Block a user