bianjiang 10 ماه پیش
والد
کامیت
f96573e783
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/dict/apis.ts

+ 1 - 1
src/dict/apis.ts

@@ -23,7 +23,7 @@ const Dict_Apis = {
 };
 function getPathname() {
   let pathname = location.pathname;
-  pathname = pathname.replace(/(\S+\/)\S+\.html/g, "$1");
+  pathname = pathname.replace(/(\S*\/)\S+\.html/g, "$1");
   return pathname;
 }