yanghao 2 mēneši atpakaļ
vecāks
revīzija
b4aa2e6fdc
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/components/home/CardItem.vue

+ 1 - 1
src/components/home/CardItem.vue

@@ -107,7 +107,7 @@ const handleView = async (item: Item) => {
 
       if (res) {
         window.open(
-          "https://yfoa.keruioil.com/wui/index.html?ssoToken=" + res,
+          "https://yfoa.keruioil.com/wui/index.html?ssoToken=" + res + "#/main",
           "_blank"
         );
       }