This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
fanghuisheng
/
PC_FiveFollowing
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
c0b6cb6ec4
Branches
Tags
master
PC_FiveFollo...
/
vue.config.js
vue.config.js
154 B
Histórico
Raw
1
2
3
4
5
6
// 基本结构
module.exports = {
// 打包后路径错误导致的空白页面问题。
publicPath: './',
outputDir: process.env.outputDir
}