From 152c015f7d669fc86fa30338aaaf9ae3d0352b9d Mon Sep 17 00:00:00 2001 From: Russell <383514580@qq.com> Date: Thu, 1 Sep 2022 10:02:16 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9demo=E7=9A=84?= =?UTF-8?q?=E6=89=93=E5=8C=85=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/www/vue.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/www/vue.config.js b/packages/www/vue.config.js index 8462272..8ad2bca 100644 --- a/packages/www/vue.config.js +++ b/packages/www/vue.config.js @@ -1,5 +1,5 @@ module.exports = { - publicPath: process.env.NODE_ENV === 'production' - ? '/any-rule/' - : '/' + // publicPath: process.env.NODE_ENV === 'production' + // ? '/any-rule/' + // : '/' } \ No newline at end of file