专属链接:{{ giftUrl }}
![]()
@@ -26,7 +45,7 @@
+
+
diff --git a/frontend/vue.config.js b/frontend/vue.config.js
index 363a784..5c22893 100644
--- a/frontend/vue.config.js
+++ b/frontend/vue.config.js
@@ -2,6 +2,10 @@ module.exports = {
devServer: {
proxy: {
'/api': {
+ target: 'http://localhost:8080/',
+ changeOrigin: true
+ },
+ '/uploads': {
target: 'http://localhost:8080',
changeOrigin: true
}