Jelajahi Sumber

fix:修改域名为内网

lalala 1 tahun lalu
induk
melakukan
1444180b21
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/router/index.ts

+ 1 - 1
src/router/index.ts

@@ -19,7 +19,7 @@ const router = createRouter({
     {
       path: "/",
       redirect: () => {
-        window.location.href = "https://p-nju.seec.seecoder.cn/login?from=https://air-nju.seec.seecoder.cn/";
+        window.location.href = "https://p-nju.seec.seecoder.cn/login?from=https://air-nju.seec.seecoder.cn";
         // {本地门户首页地址}?from={本地eai首页地址}
         return "/"; // 占位返回值,实际不会执行
     },