tremble hace 2 años
padre
commit
b50f5a6e64
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/qjkankan-editor/src/utils/request.js

+ 1 - 1
packages/qjkankan-editor/src/utils/request.js

@@ -115,7 +115,7 @@ function getCookie(objname) {
 
 export function getToken() {
   return (
-    browser.urlHasValue("token", true) || localStorage.getItem("token") || getCookie("fdkankantoken") || ""
+   localStorage.getItem("token") || getCookie("fdkankantoken") || ""
   );
 }