This commit is contained in:
duanxiaohai 2024-09-27 13:40:03 +08:00
parent f299a61914
commit 6da4cad152
2 changed files with 2 additions and 5 deletions

View File

@ -159,8 +159,8 @@ const login = () => {
}) })
.catch((err) => { .catch((err) => {
console.log(err); console.log(err);
// var token = getCookie("lytoken"); var token = getCookie("lytoken");
var token = "6b0e380b4a8f46baae4923f83faf670d"; // var token = "6b0e380b4a8f46baae4923f83faf670d";
// router.push({ // router.push({
// path: `/error/404`, // path: `/error/404`,
// }); // });

View File

@ -658,7 +658,6 @@ import qyfw2 from "../assets/images/sy/rzbms.png";
import qyfw3 from "../assets/images/sy/shqys.png"; import qyfw3 from "../assets/images/sy/shqys.png";
import qyfw4 from "../assets/images/sy/dxje.png"; import qyfw4 from "../assets/images/sy/dxje.png";
import { useRouter, useRoute } from "vue-router"; import { useRouter, useRoute } from "vue-router";
import tools from "@/utils/tools";
const router = useRouter(); const router = useRouter();
const routers = useRoute(); const routers = useRoute();
// //
@ -1831,8 +1830,6 @@ const autoScroll = () => {
} }
}; };
onBeforeMount(async () => { onBeforeMount(async () => {
// document.cookie='lytoken=6b0e380b4a8f46baae4923f83faf670d'
// tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
getData(); getData();
getfw(); getfw();
setTimeout(() => { setTimeout(() => {