1
This commit is contained in:
@@ -28,12 +28,12 @@ export default {
|
|||||||
*/
|
*/
|
||||||
test: {
|
test: {
|
||||||
// localhost:8000/api/** -> https://preview.pro.ant.design/api/**
|
// localhost:8000/api/** -> https://preview.pro.ant.design/api/**
|
||||||
'/admin/': {
|
'/api/': {
|
||||||
// target: 'https://proapi.azurewebsites.net',
|
// target: 'https://proapi.azurewebsites.net',
|
||||||
// target: 'http://192.168.1.32:6001',
|
// target: 'http://192.168.1.32:6001',
|
||||||
target: 'http://192.168.1.32:9091',
|
target: 'https://iadminapi.zhongshuai2023.com',
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
pathRewrite: { '^/admin': '/api' },
|
pathRewrite: { '^/api': '/api' },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
dev: {
|
dev: {
|
||||||
|
|||||||
Reference in New Issue
Block a user