index.js 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351
  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://mbi.sagacloud.cn:8080',
  13. // changeOrigin: true,
  14. // pathRewrite: {
  15. // "^/admin": "/"
  16. // }
  17. // },
  18. // '/api': {
  19. // target: 'http://mbi.sagacloud.cn:8080',
  20. // changeOrigin: true,
  21. // pathRewrite: {
  22. // "^/api": "/"
  23. // }
  24. // },
  25. // '/data-platform-3': {
  26. // // 目标 API 地址
  27. // target: 'http://api.sagacloud.cn/',
  28. // // 如果要代理 websockets
  29. // ws: true,
  30. // // 将主机标头的原点更改为目标URL
  31. // changeOrigin: false
  32. // },
  33. // '/business-space': {
  34. // // 目标 API 地址
  35. // target: 'http://api.sagacloud.cn',
  36. // changeOrigin: true,
  37. // pathRewrite: {
  38. // "^/business-space": "/dp-auxiliary/business-space/"
  39. // }
  40. // },
  41. // '/pointconfig': {
  42. // // 目标 API 地址
  43. // target: 'http://mbi.sagacloud.cn:8080/',
  44. // // 如果要代理 websockets
  45. // ws: true,
  46. // // 将主机标头的原点更改为目标URL
  47. // changeOrigin: false
  48. // },
  49. // '/venders-dp': {
  50. // // 目标 API 地址
  51. // target: 'http://api.sagacloud.cn',
  52. // changeOrigin: true,
  53. // pathRewrite: {
  54. // "^/venders-dp": "/dp-auxiliary/venders-dp/"
  55. // }
  56. // },
  57. // '/venders': {
  58. // // 目标 API 地址
  59. // target: 'http://api.sagacloud.cn',
  60. // changeOrigin: true,
  61. // pathRewrite: {
  62. // "^/venders": "/dp-auxiliary/venders/"
  63. // }
  64. // },
  65. // '/ScanBuilding': {
  66. // // 目标 API 地址
  67. // target: 'http://mbi.sagacloud.cn:8080/',
  68. // // 如果要代理 websockets
  69. // ws: true,
  70. // // 将主机标头的原点更改为目标URL
  71. // changeOrigin: false
  72. // },
  73. // '/scanbuilding-2': {
  74. // // 目标 API 地址
  75. // target: 'http://mbi.sagacloud.cn:8080/',
  76. // // 如果要代理 websockets
  77. // ws: true,
  78. // // 将主机标头的原点更改为目标URL
  79. // changeOrigin: false
  80. // },
  81. // '/image-service': {
  82. // // 目标 API 地址
  83. // target: 'http://api.sagacloud.cn',
  84. // changeOrigin: true,
  85. // pathRewrite: {
  86. // "^/image-service": "/dp-auxiliary/image-service/"
  87. // }
  88. // },
  89. // '/modelapi': {
  90. // target: 'http://mbi.sagacloud.cn:8080',
  91. // changeOrigin: true,
  92. // pathRewrite: {
  93. // "^/modelapi": "/revit-algorithm/"
  94. // }
  95. // },
  96. // '/schedulerapi': {
  97. // target: 'http://mbi.sagacloud.cn:8080',
  98. // changeOrigin: true,
  99. // pathRewrite: {
  100. // "^/schedulerapi": "/scheduler/"
  101. // }
  102. // },
  103. // },
  104. // proxyTable: { //235测试环境
  105. // '/admin': {
  106. // target: 'http://172.16.44.235:8080',
  107. // changeOrigin: true,
  108. // pathRewrite: {
  109. // "^/admin": "/"
  110. // }
  111. // },
  112. // '/api': {
  113. // target: 'http://172.16.44.235:8080',
  114. // changeOrigin: true,
  115. // pathRewrite: {
  116. // "^/api": "/"
  117. // }
  118. // },
  119. // '/data-platform-3': {
  120. // // 目标 API 地址
  121. // target: 'http://172.16.42.210:8080/',
  122. // // 如果要代理 websockets
  123. // ws: true,
  124. // // 将主机标头的原点更改为目标URL
  125. // changeOrigin: false
  126. // },
  127. // '/business-space': {
  128. // // 目标 API 地址
  129. // target: 'http://172.16.42.210:8080/',
  130. // // 如果要代理 websockets
  131. // ws: true,
  132. // // 将主机标头的原点更改为目标URL
  133. // changeOrigin: false
  134. // },
  135. // '/pointconfig': {
  136. // // 目标 API 地址
  137. // target: 'http://172.16.44.235:8080/',
  138. // // 如果要代理 websockets
  139. // ws: true,
  140. // // 将主机标头的原点更改为目标URL
  141. // changeOrigin: false
  142. // },
  143. // '/venders-dp': {
  144. // // 目标 API 地址
  145. // target: 'http://172.16.42.210:8080/',
  146. // // 如果要代理 websockets
  147. // ws: true,
  148. // // 将主机标头的原点更改为目标URL
  149. // changeOrigin: false
  150. // },
  151. // '/venders': {
  152. // // 目标 API 地址
  153. // target: 'http://172.16.42.210:8080/',
  154. // // 如果要代理 websockets
  155. // ws: true,
  156. // // 将主机标头的原点更改为目标URL
  157. // changeOrigin: false
  158. // },
  159. // '/ScanBuilding': {
  160. // // 目标 API 地址
  161. // target: 'http://172.16.44.235:8080/',
  162. // // 如果要代理 websockets
  163. // ws: true,
  164. // // 将主机标头的原点更改为目标URL
  165. // changeOrigin: false
  166. // },
  167. // '/scanbuilding-2': {
  168. // // 目标 API 地址
  169. // target: 'http://172.16.44.235:8080/',
  170. // // 如果要代理 websockets
  171. // ws: true,
  172. // // 将主机标头的原点更改为目标URL
  173. // changeOrigin: false
  174. // },
  175. // '/image-service': {
  176. // // 目标 API 地址
  177. // target: 'http://172.16.42.210:8080/',
  178. // // 如果要代理 websockets
  179. // ws: true,
  180. // // 将主机标头的原点更改为目标URL
  181. // changeOrigin: false
  182. // },
  183. // '/modelapi': {
  184. // target: 'http://172.16.42.210:8082',
  185. // // target: 'http://192.168.20.218:8082',//景灏
  186. // changeOrigin: true,
  187. // pathRewrite: {
  188. // "^/modelapi": "/"
  189. // }
  190. // },
  191. // '/schedulerapi': {
  192. // target: 'http://172.16.42.210:8081',
  193. // changeOrigin: true,
  194. // pathRewrite: {
  195. // "^/schedulerapi": "/"
  196. // }
  197. // },
  198. // },
  199. proxyTable: { // 新版数据字典
  200. '/admin': {
  201. target: 'http://172.16.44.235:8080',
  202. changeOrigin: true,
  203. pathRewrite: {
  204. "^/admin": "/"
  205. }
  206. },
  207. '/api': {
  208. target: 'http://39.102.40.239:8080',
  209. changeOrigin: true,
  210. pathRewrite: {
  211. "^/api": "/"
  212. }
  213. },
  214. '/data-platform-3': {
  215. // 目标 API 地址
  216. target: 'http://172.16.42.210:8080/',
  217. // 如果要代理 websockets
  218. ws: true,
  219. // 将主机标头的原点更改为目标URL
  220. changeOrigin: false
  221. },
  222. '/business-space': {
  223. // 目标 API 地址
  224. target: 'http://172.16.42.210:8080/',
  225. // 如果要代理 websockets
  226. ws: true,
  227. // 将主机标头的原点更改为目标URL
  228. changeOrigin: false
  229. },
  230. '/pointconfig': {
  231. // 目标 API 地址
  232. target: 'http://172.16.44.235:8080/',
  233. // 如果要代理 websockets
  234. ws: true,
  235. // 将主机标头的原点更改为目标URL
  236. changeOrigin: false
  237. },
  238. '/venders-dp': {
  239. // 目标 API 地址
  240. target: 'http://172.16.42.210:8080/',
  241. // 如果要代理 websockets
  242. ws: true,
  243. // 将主机标头的原点更改为目标URL
  244. changeOrigin: false
  245. },
  246. '/venders': {
  247. // 目标 API 地址
  248. target: 'http://172.16.42.210:8080/',
  249. // 如果要代理 websockets
  250. ws: true,
  251. // 将主机标头的原点更改为目标URL
  252. changeOrigin: false
  253. },
  254. '/ScanBuilding': {
  255. // 目标 API 地址
  256. target: 'http://172.16.44.235:8080/',
  257. // 如果要代理 websockets
  258. ws: true,
  259. // 将主机标头的原点更改为目标URL
  260. changeOrigin: false
  261. },
  262. '/scanbuilding-2': {
  263. // 目标 API 地址
  264. target: 'http://172.16.44.235:8080/',
  265. // 如果要代理 websockets
  266. ws: true,
  267. // 将主机标头的原点更改为目标URL
  268. changeOrigin: false
  269. },
  270. '/image-service': {
  271. // 目标 API 地址
  272. target: 'http://172.16.42.210:8080/',
  273. // 如果要代理 websockets
  274. ws: true,
  275. // 将主机标头的原点更改为目标URL
  276. changeOrigin: false
  277. },
  278. '/modelapi': {
  279. target: 'http://172.16.42.210:8082',
  280. // target: 'http://192.168.20.218:8082',//景灏
  281. changeOrigin: true,
  282. pathRewrite: {
  283. "^/modelapi": "/"
  284. }
  285. },
  286. '/schedulerapi': {
  287. target: 'http://172.16.42.210:8081',
  288. changeOrigin: true,
  289. pathRewrite: {
  290. "^/schedulerapi": "/"
  291. }
  292. },
  293. },
  294. // Various Dev Server settings
  295. host: '0.0.0.0', // can be overwritten by process.env.HOST
  296. port: 28080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
  297. autoOpenBrowser: false,
  298. errorOverlay: true,
  299. notifyOnErrors: true,
  300. poll: false, // https://webpack.js.org/configuration/dev-server/#devserver-watchoptions-
  301. /**
  302. * Source Maps
  303. */
  304. // https://webpack.js.org/configuration/devtool/#development
  305. devtool: 'cheap-module-eval-source-map',
  306. // If you have problems debugging vue-files in devtools,
  307. // set this to false - it *may* help
  308. // https://vue-loader.vuejs.org/en/options.html#cachebusting
  309. cacheBusting: true,
  310. cssSourceMap: true
  311. },
  312. build: {
  313. // Template for index.html
  314. index: path.resolve(__dirname, '../dist/index.html'),
  315. // Paths
  316. assetsRoot: path.resolve(__dirname, '../dist'),
  317. assetsSubDirectory: 'static',
  318. assetsPublicPath: '/',
  319. /**
  320. * Source Maps
  321. */
  322. productionSourceMap: true,
  323. // https://webpack.js.org/configuration/devtool/#production
  324. devtool: '#source-map',
  325. // Gzip off by default as many popular static hosts such as
  326. // Surge or Netlify already gzip all static assets for you.
  327. // Before setting to `true`, make sure to:
  328. // npm install --save-dev compression-webpack-plugin
  329. productionGzip: false,
  330. productionGzipExtensions: ['js', 'css'],
  331. // Run the build command with an extra argument to
  332. // View the bundle analyzer report after build finishes:
  333. // `npm run build --report`
  334. // Set to `true` or `false` to always turn it on or off
  335. bundleAnalyzerReport: process.env.npm_config_report
  336. }
  337. }