|
@@ -26,7 +26,8 @@ module.exports = defineConfig({
|
|
|
'/pdcApi': {
|
|
'/pdcApi': {
|
|
|
// target: 'https://app.slt.fujian.gov.cn:', // 你的后端服务器地址
|
|
// target: 'https://app.slt.fujian.gov.cn:', // 你的后端服务器地址
|
|
|
changeOrigin: true,
|
|
changeOrigin: true,
|
|
|
- target: 'http://39.98.38.2:18089/dc-api/',
|
|
|
|
|
|
|
+ // target: 'http://39.98.38.2:18089/dc-api/',
|
|
|
|
|
+ target: 'https://27.156.118.74:19901/pdcApi/',
|
|
|
// target: "http://127.0.0.1:8500/",
|
|
// target: "http://127.0.0.1:8500/",
|
|
|
pathRewrite: {
|
|
pathRewrite: {
|
|
|
'^/pdcApi': '' // 移除路径中的/api18185前缀
|
|
'^/pdcApi': '' // 移除路径中的/api18185前缀
|