vue.config.js 85 B

123
  1. module.exports = {
  2. publicPath: './', // 相对于 HTML 页面(目录相同)
  3. }