|
@@ -13,7 +13,7 @@ module.exports = {
|
|
|
proxyTable: {
|
|
proxyTable: {
|
|
|
'/api': {
|
|
'/api': {
|
|
|
//target: 'http://192.168.0.47:7081', // 接口的域名
|
|
//target: 'http://192.168.0.47:7081', // 接口的域名
|
|
|
- target: 'https://zfb.4dkankan.com/zfb', // 接口的域名
|
|
|
|
|
|
|
+ target: 'https://cszfb.4dkankan.com/zfb', // 接口的域名
|
|
|
// target: 'http://192.168.0.143:7081', // 接口的域名
|
|
// target: 'http://192.168.0.143:7081', // 接口的域名
|
|
|
// secure: false, // 如果是https接口,需要配置这个参数
|
|
// secure: false, // 如果是https接口,需要配置这个参数
|
|
|
changeOrigin: true, // 如果接口跨域,需要进行这个参数配置
|
|
changeOrigin: true, // 如果接口跨域,需要进行这个参数配置
|