vue.config.js 78 B

1234
  1. module.exports = {
  2. publicPath: '/TF_APP_Download/',
  3. assetsDir: 'static',
  4. }