flyzto 6 달 전
부모
커밋
a63e08a9a8
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      web/apps/web-antd/src/views/match/solutions/index.vue
  2. 1 1
      web/apps/web-antd/vite.config.mts

+ 1 - 1
web/apps/web-antd/src/views/match/solutions/index.vue

@@ -18,7 +18,7 @@ const solutionsList = computed(() => {
     // console.log(new Date(item.info.jc.timestamp), new Date(startTimestamp), disabled);
     return { ...item, selected, disabled };
   })
-  .filter(item => !item.disabled);
+  // .filter(item => !item.disabled);
 });
 
 const getSolutions = async () => {

+ 1 - 1
web/apps/web-antd/vite.config.mts

@@ -15,7 +15,7 @@ export default defineConfig(async () => {
           '/api': {
             changeOrigin: true,
             rewrite: (path) => path.replace(/^\/api/, ''),
-            target: 'http://127.0.0.1:9055/api',
+            target: 'https://jc.long.bid/api',
             ws: true,
           },
         },