|
|
@@ -8,7 +8,7 @@ import { resolve } from 'path'
|
|
|
// const oss = `https://phx.4dkankan.com/`
|
|
|
// const ip = `https://phx.4dkankan.com/`
|
|
|
const oss = `https://4dkk.4dage.com/`
|
|
|
-const ip = `https://test-mix3d.4dkankan.com/`
|
|
|
+const ip = `https://mix3d.4dkankan.com/`
|
|
|
|
|
|
const proxy = {
|
|
|
'/offlineData': {
|
|
|
@@ -17,7 +17,7 @@ const proxy = {
|
|
|
rewrite: path => path.replace(/^\/offlineData/, '')
|
|
|
},
|
|
|
'/fusion/ws': {
|
|
|
- target: 'wss://test-mix3d.4dkankan.com/',
|
|
|
+ target: 'wss://mix3d.4dkankan.com/',
|
|
|
ws: true,
|
|
|
rewriteWsOrigin: true,
|
|
|
},
|