This website works better with JavaScript
Home
Explore
Help
Sign In
fanghuisheng
/
PC_FiveFollowing
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
98ffe68ea7
Branches
Tags
master
PC_FiveFollo...
/
vue.config.js
vue.config.js
154 B
History
Raw
1
2
3
4
5
6
// 基本结构
module.exports = {
// 打包后路径错误导致的空白页面问题。
publicPath: './',
outputDir: process.env.outputDir
}