vue.config.js 160 B

123456
  1. // 基本结构
  2. module.exports = {
  3. // 打包后路径错误导致的空白页面问题。
  4. // publicPath: './',
  5. // outputDir: process.env.outputDir
  6. }