|
@@ -210,7 +210,7 @@ module.exports = {
|
|
|
}
|
|
|
},
|
|
|
'/api': {
|
|
|
- target: 'http://39.102.40.239:8080/',
|
|
|
+ target: 'http://192.168.64.14:28888/',
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|
|
|
"^/api": "/"
|
|
@@ -315,7 +315,7 @@ module.exports = {
|
|
|
},
|
|
|
'/modelapi': {
|
|
|
// target: 'http://172.16.42.210:8082',
|
|
|
- target: 'http://60.205.177.43:28888/',
|
|
|
+ target: 'http://192.168.64.14:28888/',
|
|
|
// target: 'http://192.168.20.218:8082',//景灏
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|
|
@@ -361,8 +361,9 @@ module.exports = {
|
|
|
// Paths
|
|
|
assetsRoot: path.resolve(__dirname, '../dist'),
|
|
|
assetsSubDirectory: 'static',
|
|
|
- assetsPublicPath: '/adm/',// 39 配置
|
|
|
- // assetsPublicPath: '/',
|
|
|
+ // assetsPublicPath: '/adm/',// 39 配置
|
|
|
+ assetsPublicPath: '/',
|
|
|
+
|
|
|
|
|
|
/**
|
|
|
* Source Maps
|