From 811ddeaeae1770a52945043242e85b36936591e9 Mon Sep 17 00:00:00 2001 From: wyx Date: Wed, 18 Jan 2023 10:40:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=93=E5=8C=85=E8=B7=AF?= =?UTF-8?q?=E5=BE=84publicPath?= 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 c50d341..9126c49 100644 --- a/vue.config.js +++ b/vue.config.js @@ -8,6 +8,6 @@ */ const { defineConfig } = require('@vue/cli-service') module.exports = defineConfig({ - publicPath: "/student-h5", + publicPath: process.env.VITE_BASE, transpileDependencies: true })