Authored by wangtao

打包配置

@@ -7,6 +7,8 @@ server: @@ -7,6 +7,8 @@ server:
7 enabled: true 7 enabled: true
8 8
9 spring: 9 spring:
  10 +# profiles:
  11 +# active: dev43
10 application: 12 application:
11 name: aj-report 13 name: aj-report
12 servlet: 14 servlet:
@@ -44,7 +44,7 @@ module.exports = { @@ -44,7 +44,7 @@ module.exports = {
44 44
45 build: { 45 build: {
46 // Template for index.html 46 // Template for index.html
47 - index: path.resolve(__dirname, '../dist/index.html'), 47 + index: path.resolve(__dirname, '../../report-core/src/main/resources/static/index.html'),
48 48
49 // Paths 49 // Paths
50 assetsRoot: path.resolve(__dirname, '../../report-core/src/main/resources/static/'), 50 assetsRoot: path.resolve(__dirname, '../../report-core/src/main/resources/static/'),
1 'use strict' 1 'use strict'
2 module.exports = { 2 module.exports = {
3 - NODE_ENV: '"production"' 3 + NODE_ENV: '"production"',
  4 + BASE_API: '""',
  5 + MONITOR_GATEWAY: '""'
4 } 6 }