|
@@ -6,8 +6,8 @@ function resolve(dir) {
|
|
// 基本结构
|
|
// 基本结构
|
|
module.exports = {
|
|
module.exports = {
|
|
// 打包后路径错误导致的空白页面问题。
|
|
// 打包后路径错误导致的空白页面问题。
|
|
- publicPath: '/vuefiv/',
|
|
|
|
- // publicPath: '/panel/',
|
|
|
|
|
|
+ // publicPath: '/vuefiv/',
|
|
|
|
+ publicPath: '/panel/',
|
|
outputDir: process.env.outputDir,
|
|
outputDir: process.env.outputDir,
|
|
// assetsPublicPath: '/vuefiv/',
|
|
// assetsPublicPath: '/vuefiv/',
|
|
// assetsDir: 'vuefiv',
|
|
// assetsDir: 'vuefiv',
|