yanghao 2 luni în urmă
părinte
comite
b4aa2e6fdc
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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"
         );
       }