From 0046d32f1ca9454c151bd6dc4bf47e21e9f26804 Mon Sep 17 00:00:00 2001
From: 648540858 <648540858@qq.com>
Date: 星期五, 04 十二月 2020 14:29:34 +0800
Subject: [PATCH] 优化配置文件使用方式, 规范前端文件打包路径

---
 web_src/config/index.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/web_src/config/index.js b/web_src/config/index.js
index a16611c..148c7c9 100644
--- a/web_src/config/index.js
+++ b/web_src/config/index.js
@@ -51,7 +51,7 @@
     // Paths
     assetsRoot: path.resolve(__dirname, '../../src/main/resources/static/'),
     assetsSubDirectory: '.',
-    assetsPublicPath: '/',
+    assetsPublicPath: './',
 
     /**
      * Source Maps

--
Gitblit v1.8.0