|
|
@ -14,14 +14,14 @@ const INDEX_SETTINGS = { |
|
|
|
production: { |
|
|
|
//因孚生产
|
|
|
|
apiUrl: 'http://116.204.114.73:10050/carbasics2024-yf-gateway/', |
|
|
|
proxyUrl: '/carbasics2024-yf-gateway/', |
|
|
|
proxyUrl: '/carbasics2024-yf-gateway', |
|
|
|
publicPath: '/carbasics2024-yf/pad/v2', |
|
|
|
imgUrl: 'http://116.204.114.73:20007', |
|
|
|
}, |
|
|
|
test: { |
|
|
|
//测试环境
|
|
|
|
apiUrl: 'https://test.tall.wiki/carbasics2024-gateway/', |
|
|
|
proxyUrl: '/carbasics2024-gateway/', |
|
|
|
proxyUrl: '/carbasics2024-gateway', |
|
|
|
publicPath: '/carbasics2024/pad/v2', |
|
|
|
imgUrl: 'http://test.tall.wiki:9300', |
|
|
|
}, |
|
|
|