sunlupeng 1 năm trước cách đây
mục cha
commit
9fe8a993d6
2 tập tin đã thay đổi với 5 bổ sung5 xóa
  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) { 

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 4 - 4
src/views/HomeView/PointsMall.vue