This commit is contained in:
2023-12-24 22:54:17 +08:00
parent a3479d41b8
commit b8a53d8d90
7 changed files with 9909 additions and 845 deletions

View File

@@ -91,7 +91,7 @@ export default {
getUserNav() {
let _this = this;
if (localStorage.getItem("userId")) {
if (localStorage.getItem("userId")&&localStorage.getItem('Authorization')) {
axios({
method: 'post',
url: '/api/UrlAndCate/disposeBookmarkToJson',