12
This commit is contained in:
@@ -474,7 +474,7 @@ export const Https = {
|
|||||||
|
|
||||||
|
|
||||||
// 卖家端接口
|
// 卖家端接口
|
||||||
|
checkSellerDesigner: '/seller/designer/check', // 检查卖家是否为设计师
|
||||||
},
|
},
|
||||||
|
|
||||||
axiosGet(url, config) {
|
axiosGet(url, config) {
|
||||||
|
|||||||
@@ -93,6 +93,12 @@ export default defineConfig(({ mode }) => {
|
|||||||
target: baseURL,
|
target: baseURL,
|
||||||
rewrite: (path) => path.replace(/^\/api/, "/aida/api"),
|
rewrite: (path) => path.replace(/^\/api/, "/aida/api"),
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
|
},
|
||||||
|
"/seller": {
|
||||||
|
// target: 'https://develop.api.aida.com.hk',
|
||||||
|
target: baseURL,
|
||||||
|
rewrite: (path) => path.replace(/^\/seller/, "/seller"),
|
||||||
|
changeOrigin: true,
|
||||||
},
|
},
|
||||||
"/xupei": {
|
"/xupei": {
|
||||||
target: "http://192.168.1.7:5567",
|
target: "http://192.168.1.7:5567",
|
||||||
|
|||||||
Reference in New Issue
Block a user