yanghao 3 周之前
父節點
當前提交
b4aa2e6fdc
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"
         );
       }