浏览代码

接口调试

lhh 7 月之前
父节点
当前提交
9817237ca2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      vite.config.js

+ 1 - 1
vite.config.js

@@ -17,7 +17,7 @@ export default defineConfig({
             // 代理所有 /api 的请求,该求情将被代理到 target 中
             '/api': {
                 // 代理请求之后的请求地址(你的真实接口地址)
-                target: 'https://cimweb.zjw.sh.cegn.cn:2007/data-business-prod/',
+                target: 'https://cimweb.zjw.sh.cegn.cn:2007/data-business-prod-2/',
                 //target: 'http://localhost:9250/',
                 secure: false,
                 ws: true,