小改动

This commit is contained in:
宇阳
2024-08-20 12:56:21 +08:00
parent 22318d2e36
commit ab3e96f340
7 changed files with 34 additions and 10 deletions

View File

@@ -28,6 +28,11 @@ export default defineConfig({
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, ''),
},
'/qiniu': {
target: 'https://rsf.qiniuapi.com/', // 你的后端服务器地址
changeOrigin: true,
rewrite: (path) => path.replace(/^\/qiniu/, ''),
},
},
},
})