| | |
| | | /*
|
| | | * @Date: 2023-12-20 20:21:29
|
| | | * @LastEditors: Sneed
|
| | | * @LastEditTime: 2024-01-04 22:19:02
|
| | | * @FilePath: /belleson-frontend/Users/mache/Library/Containers/com.tencent.xinWeChat/Data/Library/Application Support/com.tencent.xinWeChat/2.0b4.0.9/650b28d71b3acf9feb5c2af6da2686eb/Message/MessageTemp/650b28d71b3acf9feb5c2af6da2686eb/File/mdc-portal/config/index.js
|
| | | * @LastEditTime: 2024-01-18 22:47:36
|
| | | * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/config/index.js
|
| | | */
|
| | | 'use strict'
|
| | | // Template version: 1.2.6
|
| | |
| | | assetsPublicPath: '/',
|
| | | proxyTable: {
|
| | | '/mdc': {
|
| | | // target: 'http://172.20.10.8:8087/',
|
| | | // target: 'http://192.168.230.143:8087/',
|
| | | target: 'http://116.63.148.72:8088/',
|
| | | // target: 'http://111.230.17.122:8087/',
|
| | | changeOrigin: true,
|
| | | pathRewrite: {
|
| | | '^/mdc': '/mdc'
|
| | | }
|
| | | },
|
| | | '/upload': {
|
| | | target: 'http://116.63.148.72:8088/',
|
| | | changeOrigin: true,
|
| | | pathRewrite: {
|
| | | '^/upload': '/upload'
|
| | | }
|
| | | }
|
| | | },
|
| | | // Various Dev Server settings
|