tangning 1 day ago
parent
commit
2a7ac7feb0
2 changed files with 3 additions and 3 deletions
  1. 1 1
      .env
  2. 2 2
      vite.config.ts

+ 1 - 1
.env

@@ -1,4 +1,4 @@
-VITE_LASER_HOST=https://test-mix3d.4dkankan.com
+VITE_LASER_HOST=https://mix3d.4dkankan.com
 VITE_LASER_OSS=https://laser-oss.4dkankan.com
 VITE_OSS=
 VITE_PANO_OSS=https://4dkk.4dage.com

+ 2 - 2
vite.config.ts

@@ -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,
   },