Browse Source

修改打包程序

张庆宇 5 months ago
parent
commit
b8119eeee0
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      config/index.js

+ 2
- 2
config/index.js View File

38
 
38
 
39
   build: {
39
   build: {
40
  // Template for index.html
40
  // Template for index.html
41
- index: path.resolve(__dirname, 'c:/thware/dist/index.html'),
41
+ index: path.resolve(__dirname, 'c:/thware_zg/dist_zg/index.html'),
42
  
42
  
43
  // Paths
43
  // Paths
44
- assetsRoot: path.resolve(__dirname, 'c:/thware/dist'),
44
+ assetsRoot: path.resolve(__dirname, 'c:/thware_zg/dist_zg'),
45
  assetsSubDirectory: 'static',
45
  assetsSubDirectory: 'static',
46
  assetsPublicPath: './',
46
  assetsPublicPath: './',
47
  
47
  

Loading…
Cancel
Save