|
@@ -36,13 +36,6 @@ module.exports = {
|
|
assetsSubDirectory: 'static',
|
|
assetsSubDirectory: 'static',
|
|
assetsPublicPath: '/',
|
|
assetsPublicPath: '/',
|
|
proxyTable:{
|
|
proxyTable:{
|
|
- '/voice':{
|
|
|
|
- target: "http://localhost:3003",
|
|
|
|
- changeOrigin:true, // 如果接口跨域,需要进行这个参数配置
|
|
|
|
- pathRewrite:{
|
|
|
|
- '^/voice':'/voice'
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
'/adminapi': {
|
|
'/adminapi': {
|
|
target: "http://8.136.199.33:7778",
|
|
target: "http://8.136.199.33:7778",
|
|
// target: "http://192.168.77.7:8606",
|
|
// target: "http://192.168.77.7:8606",
|