Aucune description

vue.config.js 142B

12345678
  1. // vue.config.js
  2. module.exports = {
  3. // 选项...
  4. devServer: {
  5. proxy: 'http://localhost:8090'
  6. },
  7. publicPath: '/html'
  8. }