From da8dcef599d67dcc66742e53a872b45ead53b1ea Mon Sep 17 00:00:00 2001 From: 叶松 <2217086471@qq.com> Date: 星期二, 10 十月 2023 16:36:56 +0800 Subject: [PATCH] Merge branch 'master' of http://111.30.93.211:10101/r/supipe --- web/vue.config.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/vue.config.js b/web/vue.config.js index 671a949..6478174 100644 --- a/web/vue.config.js +++ b/web/vue.config.js @@ -1,6 +1,6 @@ module.exports = { - // publicPath: process.env.NODE_ENV === 'production' ? '/pipesu' : '/', - publicPath: process.env.NODE_ENV === 'production' ? '/pipe' : '/', + publicPath: process.env.NODE_ENV === 'production' ? '/pipesu' : '/', + // publicPath: process.env.NODE_ENV === 'production' ? '/pipe' : '/', devServer: { proxy: { '/api': { -- Gitblit v1.9.3