wxy 4 ماه پیش
والد
کامیت
503756912a
2فایلهای تغییر یافته به همراه5 افزوده شده و 3 حذف شده
  1. 3 1
      src/views/OperationRecord/FlowpoolRecord/index.vue
  2. 2 2
      vite.config.js

+ 3 - 1
src/views/OperationRecord/FlowpoolRecord/index.vue

@@ -1,5 +1,7 @@
 <template>
-  <div class=""></div>
+  <div>
+     
+  </div>
 </template>
 
 <script setup>

+ 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: "http://sim.ainets.net",
+                // target: "http://sim.ainets.net",
                 changeOrigin: true,
                 ws: true,
                 secure: true,