xiaohaizhao před 1 měsícem
rodič
revize
1f77c049b6
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 3 3
      vite.config.js

+ 3 - 3
vite.config.js

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