浏览代码

修改域名

wxy 3 月之前
父节点
当前提交
805f337897
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      vite.config.js

+ 2 - 2
vite.config.js

@@ -61,9 +61,9 @@ export default defineConfig({
         hmr: true,
         proxy: {
             "/api": {
-                target: "http://sim.nanodreamtech.com",
+                // target: "http://sim.nanodreamtech.com",
                 // target: "http://127.0.0.1:3001",
-                // target: "https://flexi.flexistream.link",
+                target: "http://sim.ainets.net",
                 changeOrigin: true,
                 ws: true,
                 secure: true,