Browse Source

修改打包设计器名称

denny 2 years ago
parent
commit
eca76efbf9
2 changed files with 4 additions and 2 deletions
  1. 3 1
      .gitignore
  2. 1 1
      src/ReportDesigner/vue.config.js

+ 3 - 1
.gitignore

@@ -111,4 +111,6 @@ node_modules/
 /dist/
 dist/
 /reportDist/
-reportDist/
+reportDist/
+/ManagementReportDesignerApp/
+ManagementReportDesignerApp/

+ 1 - 1
src/ReportDesigner/vue.config.js

@@ -7,7 +7,7 @@ module.exports = {
 	//assetsDir: "static",
 	// build编译后不生成资源MAP文件
 	productionSourceMap: false,
-	outputDir: process.env.npm_lifecycle_event === 'buildVFP' ? 'reportDist' : 'dist',
+	outputDir: process.env.npm_lifecycle_event === 'buildVFP' ? 'reportDist' : 'ManagementReportDesignerApp',
 	//开发服务build后的生产模式还需nginx代理
 	devServer: {
 		open: false, //运行后自动打开浏览器	port: 9304, //挂载端口