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