修改bug

This commit is contained in:
宋伟佳
2021-08-02 16:41:05 +08:00
parent 92cd68ca7f
commit 530ef6a6af
9 changed files with 136 additions and 148 deletions
-7
View File
@@ -78,13 +78,6 @@ module.exports = {
devServer: {
port: 9999,
proxy: {
'/api': {
target: interfaceUrl,
changeOrigin: true,
pathRewrite: {
'^/api': ''
}
},
'/onlyOffice': {
target: 'http://10.96.10.171',
changeOrigin: true,