lalala 1 год назад
Родитель
Сommit
1444180b21
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/router/index.ts

+ 1 - 1
src/router/index.ts

@@ -19,7 +19,7 @@ const router = createRouter({
     {
     {
       path: "/",
       path: "/",
       redirect: () => {
       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首页地址}
         // {本地门户首页地址}?from={本地eai首页地址}
         return "/"; // 占位返回值,实际不会执行
         return "/"; // 占位返回值,实际不会执行
     },
     },