소스 검색

2024-01-26

codeMan 1 년 전
부모
커밋
8be78f0e78
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      vite.config.js

+ 3 - 3
vite.config.js

@@ -20,14 +20,14 @@ export default defineConfig({
   // 测试地址
   define: {
     'process.env': {
-      'BASE_API':"https://lsa.cnyunl.com",
-      'BASE_WS':"wss://lsa.cnyunl.com/"
+      'BASE_API':"http://61.164.207.46:8200",
+      'BASE_WS':"ws://61.164.207.46:8200/"
     }
   },
   server: {
     proxy: {
       "/api": {
-        target: "lsa.cnyunl.com/",
+        target: "http://61.164.207.46:8200/",
         // target: "https://cucu.cnyunl.com:8079/",
         ws: true,
         changeOrigin: true,