整理目录结构,加上publicPath

This commit is contained in:
zhbaor 2021-11-02 16:53:14 +08:00
parent b94b158bab
commit 3f0febe643
6 changed files with 4 additions and 10 deletions

3
vue.config.js Normal file
View file

@ -0,0 +1,3 @@
module.exports = {
publicPath: process.env.VUE_APP_URL_ROOT,
};