From 2770d3311be2943ecdecc97778ad80244941ca7f Mon Sep 17 00:00:00 2001 From: zhouliujun <1096432931@qq.com> Date: Thu, 14 Nov 2019 17:54:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index 65d103e..3bdde58 100644 --- a/vue.config.js +++ b/vue.config.js @@ -11,5 +11,5 @@ module.exports = { filename: 'index.html' } }, - publicPath: process.env.NODE_ENV === "production" ? "/vue-sign-canvas" : "/" + publicPath: process.env.NODE_ENV === "production" ? "/vue-aliplayer-v2" : "/" }