This commit is contained in:
李志鹏
2026-04-24 13:07:06 +08:00
parent 0cbd0c848d
commit 2708c5442c
2 changed files with 7 additions and 1 deletions

View File

@@ -474,7 +474,7 @@ export const Https = {
// 卖家端接口
checkSellerDesigner: '/seller/designer/check', // 检查卖家是否为设计师
},
axiosGet(url, config) {

View File

@@ -93,6 +93,12 @@ export default defineConfig(({ mode }) => {
target: baseURL,
rewrite: (path) => path.replace(/^\/api/, "/aida/api"),
changeOrigin: true,
},
"/seller": {
// target: 'https://develop.api.aida.com.hk',
target: baseURL,
rewrite: (path) => path.replace(/^\/seller/, "/seller"),
changeOrigin: true,
},
"/xupei": {
target: "http://192.168.1.7:5567",