zengyicheng 1 jaar geleden
bovenliggende
commit
06cf3f7829

+ 1 - 1
dist/index.html

@@ -1 +1 @@
-<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>双创学院管理系统</title><script defer="defer" src="/js/chunk-vendors.c0eb00f6.js"></script><script defer="defer" src="/js/app.6c545463.js"></script><link href="/css/chunk-vendors.0225060a.css" rel="stylesheet"><link href="/css/app.878f2d55.css" rel="stylesheet"></head><body><div id="app"></div></body></html>
+<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>双创学院管理系统</title><script defer="defer" src="/js/chunk-vendors.c0eb00f6.js"></script><script defer="defer" src="/js/app.510b8322.js"></script><link href="/css/chunk-vendors.0225060a.css" rel="stylesheet"><link href="/css/app.878f2d55.css" rel="stylesheet"></head><body><div id="app"></div></body></html>

File diff suppressed because it is too large
+ 0 - 0
dist/js/181.f42cca8a.js


File diff suppressed because it is too large
+ 0 - 0
dist/js/181.f42cca8a.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/js/551.5d4841b7.js


File diff suppressed because it is too large
+ 0 - 0
dist/js/551.5d4841b7.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/js/872.7c27936b.js


File diff suppressed because it is too large
+ 0 - 0
dist/js/872.7c27936b.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/js/953.1b282ab7.js


File diff suppressed because it is too large
+ 0 - 0
dist/js/953.1b282ab7.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/js/961.8e9cbd08.js


File diff suppressed because it is too large
+ 0 - 0
dist/js/961.8e9cbd08.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/js/app.510b8322.js


File diff suppressed because it is too large
+ 0 - 0
dist/js/app.510b8322.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/js/app.6c545463.js


File diff suppressed because it is too large
+ 0 - 0
dist/js/app.6c545463.js.map


+ 10 - 9
src/permission.js

@@ -2,17 +2,18 @@ import router from '@/router'
 import store from '@/config/config'
 import ajax from '@/api/userApi'
 import { setToken, getToken } from '@/utils/auth' // get token from cookie
+import md5 from "./plugins/md5.min.js"
 // eslint-disable-next-line prettier/prettier
 
 // let flag = false; //查看是否登录
 
-function testApi() {
-    ajax.post(store.state.api + '/testApi').then(res => {
-        console.log(res)
-    }).catch(err => {
-        console.log(err)
-    })
-}
+// function testApi() {
+//     ajax.post(store.state.api + '/testApi').then(res => {
+//         console.log(res)
+//     }).catch(err => {
+//         console.log(err)
+//     })
+// }
 
 function userLogin(callback) {
     if (store.state.isLogin) return callback(true);
@@ -54,8 +55,8 @@ router.beforeEach(async(to, from, next) => {
         console.log(response);
         let data = response.data.replaceAll("\'", "\"")
         if (data && JSON.parse(data).uid) {
-            setToken(JSON.parse(data).uid);
-            testApi();
+            setToken(md5(JSON.parse(data).uid));
+            // testApi();
             userLogin((isLogin) => {
                 getSystemState(to, () => {
                     if (!isLogin && to.name != 'resultShowDetail') {

File diff suppressed because it is too large
+ 0 - 0
src/plugins/md5.min.js


Some files were not shown because too many files changed in this diff