flyzto 6 bulan lalu
induk
melakukan
a63e08a9a8

+ 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,
           },
         },