This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
fanghuisheng
/
PC_FiveFollowing
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
98ffe68ea7
Gałęzie
Tagi
master
PC_FiveFollo...
/
vue.config.js
vue.config.js
154 B
Historia
Czysty
1
2
3
4
5
6
// 基本结构
module.exports = {
// 打包后路径错误导致的空白页面问题。
publicPath: './',
outputDir: process.env.outputDir
}