|
@@ -8,7 +8,7 @@ module.exports = defineConfig({
|
|
|
open: true, //值为 true的话,项目启动时自动打开到浏览器里边, false不会打开
|
|
|
proxy: {
|
|
|
['/api/als']: {
|
|
|
- target: 'http://localhost:9090',
|
|
|
+ target: 'http://192.168.2.10:9090',
|
|
|
ws: false,
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|
|
@@ -16,7 +16,7 @@ module.exports = defineConfig({
|
|
|
}
|
|
|
},
|
|
|
['/api/kgqa']: {
|
|
|
- target: 'http://localhost:7073',
|
|
|
+ target: 'http://192.168.2.120:7073',
|
|
|
ws: false,
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|