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,7 +8,7 @@ module.exports = { | ||
| 8 | dev: { | 8 | dev: { |
| 9 | 9 | ||
| 10 | // Paths | 10 | // Paths |
| 11 | - assetsSubDirectory: 'pro', | 11 | + assetsSubDirectory: 'new', |
| 12 | assetsPublicPath: '/', | 12 | assetsPublicPath: '/', |
| 13 | proxyTable: {}, | 13 | proxyTable: {}, |
| 14 | // proxyTable: { | 14 | // proxyTable: { |
| @@ -48,11 +48,11 @@ module.exports = { | @@ -48,11 +48,11 @@ module.exports = { | ||
| 48 | 48 | ||
| 49 | build: { | 49 | build: { |
| 50 | // Template for index.html | 50 | // Template for index.html |
| 51 | - index: path.resolve(__dirname, '../pro/index.html'), | 51 | + index: path.resolve(__dirname, '../new/tspage.html'), |
| 52 | 52 | ||
| 53 | // Paths | 53 | // Paths |
| 54 | - assetsRoot: path.resolve(__dirname, '../pro'), | ||
| 55 | - assetsSubDirectory: 'pro', | 54 | + assetsRoot: path.resolve(__dirname, '../new'), |
| 55 | + assetsSubDirectory: 'new', | ||
| 56 | assetsPublicPath: './', | 56 | assetsPublicPath: './', |
| 57 | 57 | ||
| 58 | /** | 58 | /** |