shish 5 лет назад
Родитель
Сommit
0933226b38
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      hd/vue.config.js
  2. 1 1
      pt/vue.config.js

+ 1 - 1
hd/vue.config.js

@@ -44,7 +44,7 @@ module.exports = {
 	productionSourceMap: false,
 	parallel: require('os').cpus().length > 1,
 	// 输出文件目录
-	outputDir: 'dist/shop/',
+	outputDir: 'dist/web/',
 
 	css: {
 		extract: isProduction,

+ 1 - 1
pt/vue.config.js

@@ -45,7 +45,7 @@ module.exports = {
 	lintOnSave: true,
 	productionSourceMap: false,
 	// 输出文件目录
-	outputDir: 'dist/saas/',
+	outputDir: 'dist/web/',
 	parallel: require('os').cpus().length > 1,
 
 	css: {