Browse Source

路径修复

develop
nesxy 6 years ago
parent
commit
77c778146c
1 changed files with 1 additions and 1 deletions
  1. 2
      config/index.js

2
config/index.js

@ -7,7 +7,7 @@ module.exports = {
index: path.resolve(__dirname, '../dist/index.html'),
assetsRoot: path.resolve(__dirname, '../dist'),
assetsSubDirectory: 'static',
assetsPublicPath: '/v2',
assetsPublicPath: '/v2/',
productionSourceMap: false,
// Gzip off by default as many popular static hosts such as
// Surge or Netlify already gzip all static assets for you.

Loading…
Cancel
Save