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