sunlupeng 1 년 전
부모
커밋
9fe8a993d6
2개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 1
      src/permission.js
  2. 4 4
      src/views/HomeView/PointsMall.vue

+ 1 - 1
src/permission.js

@@ -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('05d98c1c44791e203223c23611392c6b');
+  setToken('3e17428614359e4daedffdeda57b2c25');
   const path = to.path;
   const Authorization = to.query.Authorization
   if (path.indexOf('auth') != -1 && Authorization) { 

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 4 - 4
src/views/HomeView/PointsMall.vue