From 918b93ffd3e78971f8e300fccd33c5620991b165 Mon Sep 17 00:00:00 2001 From: qirong <2032486488@qq.com> Date: 星期三, 29 十一月 2023 11:22:57 +0800 Subject: [PATCH] 按钮删除 --- vue.config.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/vue.config.js b/vue.config.js index 2284dab..43e9f92 100644 --- a/vue.config.js +++ b/vue.config.js @@ -19,7 +19,7 @@ hotOnly: false, proxy: { '/api': { - target: 'http://192.168.3.228:8000', + target: 'http://localhost:8000', changeOrigin: true } } -- Gitblit v1.8.0