feat: There is no way the, bug #52270

This commit is contained in:
super_liu
2022-04-03 22:12:39 +08:00
parent 9ecb89ad98
commit d480830a26
5 changed files with 180 additions and 172 deletions
+3 -2
View File
@@ -76,7 +76,8 @@ module.exports = {
}
},
devServer: {
port: 9999,
port: 9090,
disableHostCheck: true,
proxy: {
'/api': {
target: interfaceUrl,
@@ -86,7 +87,7 @@ module.exports = {
}
},
'/onlyOffice': {
target: 'http://10.96.10.171',
target: 'http://127.0.0.1',
changeOrigin: true,
pathRewrite: {
'^/onlyOffice': '/api'