From b8694d86aea1a9154af99ee3e67ce4e6114aa091 Mon Sep 17 00:00:00 2001 From: gaoshp <291585735@qq.com> Date: 星期一, 25 三月 2024 23:51:51 +0800 Subject: [PATCH] 修改readme --- vue.config.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/vue.config.js b/vue.config.js index 095362b..13af8eb 100644 --- a/vue.config.js +++ b/vue.config.js @@ -25,7 +25,7 @@ target: process.env.VUE_APP_API_BASEURL, ws: true, pathRewrite: { - '^/api': '/' + // '^/api': '/' } }, '/myapi': { -- Gitblit v1.9.3