更换接口

This commit is contained in:
李志鹏
2026-04-28 17:24:59 +08:00
parent 27da8f6680
commit 55481c6d51
19 changed files with 299 additions and 306 deletions

View File

@@ -88,10 +88,10 @@ export default defineConfig(({ mode }) => {
overlay: true,
},
proxy: {
"/api": {
"/aida": {
// target: 'https://develop.api.aida.com.hk',
target: baseURL,
rewrite: (path) => path.replace(/^\/api/, "/aida/api"),
rewrite: (path) => path.replace(/^\/aida/, "/aida"),
changeOrigin: true,
},
"/seller": {