index.js 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. 'use strict'
  2. // Template version: 1.3.1
  3. // see http://vuejs-templates.github.io/webpack for documentation.
  4. const path = require('path')
  5. module.exports = {
  6. dev: {
  7. // Paths
  8. assetsSubDirectory: 'static',
  9. assetsPublicPath: '/',
  10. proxyTable: {//正式环境
  11. '/admin': {
  12. target: 'http://192.168.64.14:8080/',
  13. changeOrigin: true,
  14. pathRewrite: {
  15. "^/admin": "/"
  16. }
  17. },
  18. '/api': {
  19. target: 'http://192.168.64.14:8080/',
  20. changeOrigin: true,
  21. pathRewrite: {
  22. "^/api": "/"
  23. }
  24. },
  25. '/data-platform-3': {
  26. // 目标 API 地址
  27. target: 'http://39.97.179.199:9909/',
  28. // 如果要代理 websockets
  29. ws: true,
  30. // 将主机标头的原点更改为目标URL
  31. changeOrigin: false
  32. },
  33. '/business-space': {
  34. // 目标 API 地址
  35. target: 'http://39.97.179.199:9909',
  36. changeOrigin: true
  37. },
  38. '/pointconfig': {
  39. // 目标 API 地址
  40. target: ' http://192.168.64.14:8080/',
  41. // 如果要代理 websockets
  42. ws: true,
  43. // 将主机标头的原点更改为目标URL
  44. changeOrigin: false
  45. },
  46. '/venders-dp': {
  47. // 目标 API 地址
  48. target: 'http://39.97.179.199:9909',
  49. changeOrigin: true,
  50. // pathRewrite: {
  51. // "^/venders-dp": "/dp-auxiliary/venders-dp/"
  52. // }
  53. },
  54. '/venders': {
  55. // 目标 API 地址
  56. target: 'http://39.97.179.199:9909',
  57. changeOrigin: true,
  58. // pathRewrite: {
  59. // "^/venders": "/dp-auxiliary/venders/"
  60. // }
  61. },
  62. '/ScanBuilding': {
  63. // 目标 API 地址
  64. target: ' http://192.168.64.14:8080/',
  65. // 如果要代理 websockets
  66. ws: true,
  67. // 将主机标头的原点更改为目标URL
  68. changeOrigin: false
  69. },
  70. '/scanbuilding-2': {
  71. // 目标 API 地址
  72. target: ' http://192.168.64.14:8080/',
  73. // 如果要代理 websockets
  74. ws: true,
  75. // 将主机标头的原点更改为目标URL
  76. changeOrigin: false
  77. },
  78. '/image-service': {
  79. // 目标 API 地址
  80. target: 'http://39.97.179.199:8891',
  81. changeOrigin: true,
  82. pathRewrite: {
  83. "^/image-service": "/image-service/"
  84. }
  85. },
  86. '/modelapi': {
  87. target: ' http://192.168.64.14:8080/',
  88. changeOrigin: true,
  89. pathRewrite: {
  90. "^/modelapi": "/revit-algorithm/"
  91. }
  92. },
  93. '/schedulerapi': {
  94. target: ' http://192.168.64.14:8080/',
  95. changeOrigin: true,
  96. pathRewrite: {
  97. "^/schedulerapi": "/scheduler/"
  98. }
  99. },
  100. },
  101. // proxyTable: {
  102. // '/admin': {
  103. // target: 'http://172.16.44.235:8080',
  104. // changeOrigin: true,
  105. // pathRewrite: {
  106. // "^/admin": "/"
  107. // }
  108. // },
  109. // '/api': {
  110. // target: 'http://172.16.44.235:8080',
  111. // changeOrigin: true,
  112. // pathRewrite: {
  113. // "^/api": "/"
  114. // }
  115. // },
  116. // '/data-platform-3': {
  117. // // 目标 API 地址
  118. // target: 'http://172.16.42.210:8080/',
  119. // // 如果要代理 websockets
  120. // ws: true,
  121. // // 将主机标头的原点更改为目标URL
  122. // changeOrigin: false
  123. // },
  124. // '/business-space': {
  125. // // 目标 API 地址
  126. // target: 'http://172.16.42.210:8080/',
  127. // // 如果要代理 websockets
  128. // ws: true,
  129. // // 将主机标头的原点更改为目标URL
  130. // changeOrigin: false
  131. // },
  132. // '/pointconfig': {
  133. // // 目标 API 地址
  134. // target: 'http://172.16.44.235:8080/',
  135. // // 如果要代理 websockets
  136. // ws: true,
  137. // // 将主机标头的原点更改为目标URL
  138. // changeOrigin: false
  139. // },
  140. // '/venders-dp': {
  141. // // 目标 API 地址
  142. // target: 'http://172.16.42.210:8080/',
  143. // // 如果要代理 websockets
  144. // ws: true,
  145. // // 将主机标头的原点更改为目标URL
  146. // changeOrigin: false
  147. // },
  148. // '/venders': {
  149. // // 目标 API 地址
  150. // target: 'http://172.16.42.210:8080/',
  151. // // 如果要代理 websockets
  152. // ws: true,
  153. // // 将主机标头的原点更改为目标URL
  154. // changeOrigin: false
  155. // },
  156. // '/ScanBuilding': {
  157. // // 目标 API 地址
  158. // target: 'http://172.16.44.235:8080/',
  159. // // 如果要代理 websockets
  160. // ws: true,
  161. // // 将主机标头的原点更改为目标URL
  162. // changeOrigin: false
  163. // },
  164. // '/scanbuilding-2': {
  165. // // 目标 API 地址
  166. // target: ' http://192.168.64.14:8080//',
  167. // // 如果要代理 websockets
  168. // ws: true,
  169. // // 将主机标头的原点更改为目标URL
  170. // changeOrigin: false
  171. // },
  172. // '/image-service': {
  173. // // 目标 API 地址
  174. // target: 'http://172.16.42.210:8080/',
  175. // // 如果要代理 websockets
  176. // ws: true,
  177. // // 将主机标头的原点更改为目标URL
  178. // changeOrigin: false
  179. // },
  180. // '/modelapi': {
  181. // target: 'http://172.16.42.210:8082',
  182. // // target: 'http://192.168.20.218:8082',//景灏
  183. // changeOrigin: true,
  184. // pathRewrite: {
  185. // "^/modelapi": "/"
  186. // }
  187. // },
  188. // '/schedulerapi': {
  189. // target: 'http://172.16.42.210:8081',
  190. // changeOrigin: true,
  191. // pathRewrite: {
  192. // "^/schedulerapi": "/"
  193. // }
  194. // },
  195. // },
  196. // Various Dev Server settings
  197. host: '0.0.0.0', // can be overwritten by process.env.HOST
  198. port: 28080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
  199. autoOpenBrowser: false,
  200. errorOverlay: true,
  201. notifyOnErrors: true,
  202. poll: false, // https://webpack.js.org/configuration/dev-server/#devserver-watchoptions-
  203. /**
  204. * Source Maps
  205. */
  206. // https://webpack.js.org/configuration/devtool/#development
  207. devtool: 'cheap-module-eval-source-map',
  208. // If you have problems debugging vue-files in devtools,
  209. // set this to false - it *may* help
  210. // https://vue-loader.vuejs.org/en/options.html#cachebusting
  211. cacheBusting: true,
  212. cssSourceMap: true
  213. },
  214. build: {
  215. // Template for index.html
  216. index: path.resolve(__dirname, '../dist/index.html'),
  217. // Paths
  218. assetsRoot: path.resolve(__dirname, '../dist'),
  219. assetsSubDirectory: 'static',
  220. assetsPublicPath: '/',
  221. /**
  222. * Source Maps
  223. */
  224. productionSourceMap: true,
  225. // https://webpack.js.org/configuration/devtool/#production
  226. devtool: '#source-map',
  227. // Gzip off by default as many popular static hosts such as
  228. // Surge or Netlify already gzip all static assets for you.
  229. // Before setting to `true`, make sure to:
  230. // npm install --save-dev compression-webpack-plugin
  231. productionGzip: false,
  232. productionGzipExtensions: ['js', 'css'],
  233. // Run the build command with an extra argument to
  234. // View the bundle analyzer report after build finishes:
  235. // `npm run build --report`
  236. // Set to `true` or `false` to always turn it on or off
  237. bundleAnalyzerReport: process.env.npm_config_report
  238. }
  239. }