瀏覽代碼

摄像头插件下载

tianyabing 2 年之前
父節點
當前提交
ade18f04c9
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      vite.config.js

+ 2 - 2
vite.config.js

@@ -112,8 +112,8 @@ export default defineConfig(({ command }) => {
       port: 8081,
       proxy: {
         "/ioc-api": {
-           target: "http://127.0.0.1:10099",
-          //target: "http://121.43.55.7:10091/ioc-server",
+           //target: "http://127.0.0.1:10099",
+          target: "http://121.43.55.7:10091/ioc-server",
           changeOrigin: true,
           rewrite: (path) => path.replace(/^\/ioc-api/, ""),
         },