Browse Source

2024-01-26

codeMan 1 year ago
parent
commit
8be78f0e78
1 changed files with 3 additions and 3 deletions
  1. 3 3
      vite.config.js

+ 3 - 3
vite.config.js

@@ -20,14 +20,14 @@ export default defineConfig({
   // 测试地址
   // 测试地址
   define: {
   define: {
     'process.env': {
     '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: {
   server: {
     proxy: {
     proxy: {
       "/api": {
       "/api": {
-        target: "lsa.cnyunl.com/",
+        target: "http://61.164.207.46:8200/",
         // target: "https://cucu.cnyunl.com:8079/",
         // target: "https://cucu.cnyunl.com:8079/",
         ws: true,
         ws: true,
         changeOrigin: true,
         changeOrigin: true,