Commit 6e13ece822834f692283ecaf2400fde04097f7a1
1 parent
434c76c7
一键补缴
Showing
1 changed file
with
4 additions
and
4 deletions
config/index.js
| ... | ... | @@ -8,7 +8,7 @@ module.exports = { |
| 8 | 8 | dev: { |
| 9 | 9 | |
| 10 | 10 | // Paths |
| 11 | - assetsSubDirectory: 'pro', | |
| 11 | + assetsSubDirectory: 'new', | |
| 12 | 12 | assetsPublicPath: '/', |
| 13 | 13 | proxyTable: {}, |
| 14 | 14 | // proxyTable: { |
| ... | ... | @@ -48,11 +48,11 @@ module.exports = { |
| 48 | 48 | |
| 49 | 49 | build: { |
| 50 | 50 | // Template for index.html |
| 51 | - index: path.resolve(__dirname, '../pro/index.html'), | |
| 51 | + index: path.resolve(__dirname, '../new/tspage.html'), | |
| 52 | 52 | |
| 53 | 53 | // Paths |
| 54 | - assetsRoot: path.resolve(__dirname, '../pro'), | |
| 55 | - assetsSubDirectory: 'pro', | |
| 54 | + assetsRoot: path.resolve(__dirname, '../new'), | |
| 55 | + assetsSubDirectory: 'new', | |
| 56 | 56 | assetsPublicPath: './', |
| 57 | 57 | |
| 58 | 58 | /** | ... | ... |