vue.config.js 123 B

1234
  1. module.exports = {
  2. // baseUrl:'./', // vue-cli3.3以下版本使用
  3. publicPath:'./' // vue-cli3.3+新版本使用
  4. }