vue.config.js 127 B

12345
  1. module.exports = {
  2. // 部署应用包时的基本 URL,用法和 webpack 本身的 output.publicPath 一致
  3. publicPath: '',
  4. }