|
@@ -12,7 +12,7 @@ const proxy = {
|
|
|
rewrite: path => path.replace(/^\/local/, '')
|
|
|
},
|
|
|
'/fusion': {
|
|
|
- target: 'https://test-mix3d.4dkankan.com',
|
|
|
+ target: config.dev ? 'https://test-mix3d.4dkankan.com' : 'https://mix3d.4dkankan.com',
|
|
|
changeOrigin: true,
|
|
|
rewrite: path => path.replace(/^\/api/, '')
|
|
|
},
|