12
This commit is contained in:
@@ -474,7 +474,7 @@ export const Https = {
|
||||
|
||||
|
||||
// 卖家端接口
|
||||
|
||||
checkSellerDesigner: '/seller/designer/check', // 检查卖家是否为设计师
|
||||
},
|
||||
|
||||
axiosGet(url, config) {
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user