|
|
@@ -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('444a49a3b1d19fc2ba71d3fdee84d055');
|
|
|
+ // setToken('daa8211a2224d6addda4eda860d38c53');
|
|
|
const path = to.path;
|
|
|
const Authorization = to.query.Authorization
|
|
|
if (path.indexOf('auth') != -1 && Authorization) {
|