add f
This commit is contained in:
@@ -123,7 +123,7 @@ export default defineConfig({
|
||||
},
|
||||
server: {
|
||||
proxy: {
|
||||
// // 本地开发时将 /api/v1 的请求代理到 8080 端口
|
||||
// 本地开发时将 /api/v1 的请求代理到 8080 端口
|
||||
'/api/v1': {
|
||||
target: 'http://localhost:8080',
|
||||
changeOrigin: true,
|
||||
|
||||
Reference in New Issue
Block a user