vue.config.js 86 B

123
  1. module.exports = {
  2. publicPath: '/test3/' // ⚠️ 注意开头和结尾的斜杠
  3. }