修复了列表的问题

This commit is contained in:
2021-03-17 11:23:53 +08:00
parent 04ff77ed3e
commit 597dfccf84
4 changed files with 16437 additions and 14 deletions

View File

@@ -19,7 +19,7 @@ module.exports = {
hotOnly: false,
proxy: {
'/api': {
target: 'http://localhost:8000',
target: 'http://129.211.1.159:8080',
changeOrigin: true
}
}