From 786c76ba714321c2d481b32afbb619a33f7c11a9 Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: 星期一, 03 四月 2023 18:39:29 +0800 Subject: [PATCH] Merge branch 'main' into main-dev --- web_src/config/index.js | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web_src/config/index.js b/web_src/config/index.js index c6287d0..a04493e 100644 --- a/web_src/config/index.js +++ b/web_src/config/index.js @@ -8,11 +8,11 @@ dev: { // Paths - assetsSubDirectory: 'static', - assetsPublicPath: '/', + assetsSubDirectory: './static', + assetsPublicPath: './', proxyTable: { '/debug': { - target: 'https://default.wvp-pro.cn:18080', + target: 'https://default.wvp-pro.cn:18082', changeOrigin: true, pathRewrite: { '^/debug': '/' @@ -61,7 +61,7 @@ // Paths assetsRoot: path.resolve(__dirname, '../../src/main/resources/static/'), assetsSubDirectory: './static', - assetsPublicPath: '/', + assetsPublicPath: './', /** * Source Maps -- Gitblit v1.8.0