bill il y a 3 mois
Parent
commit
6c430a20a8
2 fichiers modifiés avec 1265 ajouts et 952 suppressions
  1. 1264 951
      pnpm-lock.yaml
  2. 1 1
      vite.config.ts

Fichier diff supprimé car celui-ci est trop grand
+ 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/, '')
   },