|
@@ -10,8 +10,8 @@
|
|
|
export default {
|
|
|
dev: {
|
|
|
'/api/': {
|
|
|
- target: 'http://api.zanxiangwl.com/api',
|
|
|
- // target: 'http://api.zanxiangwl.com',
|
|
|
+ // target: 'http://test.api.zanxiangwl.com/api',
|
|
|
+ target: 'http://api.zanxiangwl.com',
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: { '/api': '' },
|
|
|
},
|