Bladeren bron

Merge remote-tracking branch 'origin/master'

wangchao 4 jaren geleden
bovenliggende
commit
5c2edbe8f2
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      ebc-middle-platform/.aid/aid.js

+ 2 - 2
ebc-middle-platform/.aid/aid.js

51
  beforeBuild(config) {
51
  beforeBuild(config) {
52
    let result = rules(config)
52
    let result = rules(config)
53
    result.output = {
53
    result.output = {
54
      publicPath: '/'
54
      publicPath: '/energy/'
55
    }
55
    }
56
    return result
56
    return result
57
  },
57
  },
58
  outputPrefix: '/' // 构建后index.html中资源路径的前缀
58
  outputPrefix: '/energy/' // 构建后index.html中资源路径的前缀
59
}
59
}