From 0116d6b845a9ab849e8bc63a7398a40305c45247 Mon Sep 17 00:00:00 2001 From: liudianxin Date: Thu, 23 Apr 2020 21:36:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E4=BB=B6=E8=B7=AF?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/index.js b/config/index.js index ae6451f..9008e1a 100644 --- a/config/index.js +++ b/config/index.js @@ -51,12 +51,12 @@ module.exports = { build: { // Template for index.html - index: path.resolve(__dirname, "../dist/apaas/v3/index.html"), + index: path.resolve(__dirname, "../dist/apaas/ui/index.html"), // Paths - assetsRoot: path.resolve(__dirname, "../dist/apaas/v3"), + assetsRoot: path.resolve(__dirname, "../dist/apaas/ui"), assetsSubDirectory: "static", - assetsPublicPath: "/apaas/v3/", + assetsPublicPath: "/apaas/ui/", /** * Source Maps -- 2.26.0