更新通知服务

This commit is contained in:
whyour
2021-09-16 21:01:29 +08:00
parent 27226e7222
commit 9534cda1f9
5 changed files with 35 additions and 20 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ export default defineConfig({
favicon: '/images/g5.ico',
proxy: {
'/api': {
target: 'http://127.0.0.1:5678/',
target: 'http://127.0.0.1:5600/',
changeOrigin: true,
},
},