From 73557f49fc84ea95e975af79c57aa9cc274266aa Mon Sep 17 00:00:00 2001 From: xiaoshan Date: Wed, 15 Nov 2023 17:26:19 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE?= 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 0485506..5a4f73f 100644 --- a/vue.config.js +++ b/vue.config.js @@ -25,7 +25,7 @@ module.exports = { * Detail: https://cli.vuejs.org/config/#publicpath */ transpileDependencies: ['element-ui', 'vuex', 'js-cookie', '@babel', 'resize-detector'], - publicPath: '/car_admin_web/', + publicPath: '/car_repair_web/', // publicPath: './', outputDir: 'shop_admin_web', assetsDir: 'static',