Explorar el Código

修改打包程序

YL2767 hace 2 meses
padre
commit
b8119eeee0
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      config/index.js

+ 2
- 2
config/index.js Ver fichero

@@ -38,10 +38,10 @@ module.exports = {
38 38
 
39 39
   build: {
40 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 43
  // Paths
44
- assetsRoot: path.resolve(__dirname, 'c:/thware/dist'),
44
+ assetsRoot: path.resolve(__dirname, 'c:/thware_zg/dist_zg'),
45 45
  assetsSubDirectory: 'static',
46 46
  assetsPublicPath: './',
47 47
  

Loading…
Cancelar
Guardar