浏览代码

修改config

贾宇博 4 月之前
父节点
当前提交
734e2f31de
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      vite.config.js

+ 2 - 1
vite.config.js

@@ -31,7 +31,8 @@ export default defineConfig(({ mode, command }) => {
       proxy: {
         // https://cn.vitejs.dev/config/#server-proxy
         '/dev-api': {
-          target: 'http://localhost:9527',
+          // target: 'http://localhost:9527',
+        target: 'http://192.168.121.121:9527',
           changeOrigin: true,
           rewrite: (p) => p.replace(/^\/dev-api/, '')
         }