|
@@ -4,7 +4,7 @@ import { getToken, setToken } from '@/utils/auth' // getToken from cookie
|
|
|
import { lockStatus,unlock } from "@/api/allApi";
|
|
|
//路由跳转之前
|
|
|
router.beforeEach((to, _from, next) => {
|
|
|
- setToken('bdda903172a8cc79ae3ee559458bfa5b');
|
|
|
+ setToken('c88523d962456798195268a58907b543');
|
|
|
const path = to.path;
|
|
|
const Authorization = to.query.Authorization
|
|
|
if (path.indexOf('auth') != -1 && Authorization) {
|