|
@@ -10,12 +10,8 @@ module.exports = {
|
|
assetsSubDirectory: 'static',
|
|
assetsSubDirectory: 'static',
|
|
assetsPublicPath: '/',
|
|
assetsPublicPath: '/',
|
|
proxyTable: {
|
|
proxyTable: {
|
|
- '/user': {
|
|
|
|
- target: 'http://localhost:52009',
|
|
|
|
- changeOrigin: true
|
|
|
|
- },
|
|
|
|
'/admin': {
|
|
'/admin': {
|
|
- target: 'http://localhost:52009',
|
|
+ target: 'http://172.16.0.235:8080/ibms',
|
|
changeOrigin: true,
|
|
changeOrigin: true,
|
|
pathRewrite: {
|
|
pathRewrite: {
|
|
|
|
|