修复编辑应用初始值

This commit is contained in:
whyour
2022-03-10 22:37:44 +08:00
parent 1dac54b7e7
commit b0595656bb
3 changed files with 8 additions and 1 deletions
+4
View File
@@ -16,6 +16,10 @@ export default defineConfig({
},
favicon: '/images/g5.ico',
proxy: {
'/api/public': {
target: 'http://127.0.0.1:5400/',
changeOrigin: true,
},
'/api': {
target: 'http://127.0.0.1:5600/',
changeOrigin: true,