bill 2 months ago
parent
commit
6c430a20a8
2 changed files with 1265 additions and 952 deletions
  1. 1264 951
      pnpm-lock.yaml
  2. 1 1
      vite.config.ts

File diff suppressed because it is too large
+ 1264 - 951
pnpm-lock.yaml


+ 1 - 1
vite.config.ts

@@ -9,7 +9,7 @@ import { resolve } from 'path'
 const ip = `https://test-mix3d.4dkankan.com`
 const proxy = {
   '/offlineData': {
-    target: 'http://192.168.0.43:9000/',
+    target: 'http://192.168.9.66:9000/',
     changeOrigin: true,
     rewrite: path => path.replace(/^\/offlineData/, '')
   },