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