lsc 8 months ago
parent
commit
f38e7f6544

File diff suppressed because it is too large
+ 0 - 0
dist/css/app.842397d7.css


+ 1 - 1
dist/index.html

@@ -36,4 +36,4 @@
         width: 100%;
         background: #e6eaf0;
         font-family: '黑体';
-      }</style><script defer="defer" src="/js/chunk-vendors.ac8f9183.js"></script><script defer="defer" src="/js/app.cbba90d3.js"></script><link href="/css/chunk-vendors.7cfe4581.css" rel="stylesheet"><link href="/css/app.5481ce4b.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but userManage doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
+      }</style><script defer="defer" src="/js/chunk-vendors.ac8f9183.js"></script><script defer="defer" src="/js/app.97ba1924.js"></script><link href="/css/chunk-vendors.7cfe4581.css" rel="stylesheet"><link href="/css/app.842397d7.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but userManage doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>

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


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


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


+ 7 - 1
src/components/list.vue

@@ -946,8 +946,14 @@ export default {
         eduid: "",
       };
       addUser(params)
-        .then((response) => {
+        .then(async (response) => {
           if (response) {
+            await addOp({
+              uid: this.userid,
+              cid: "",
+              type: "user_op",
+              content: `添加了${this.person.name} 账号为${this.person.account}`,
+            });
             this.$message({
               type: "success",
               message: "操作成功",

+ 1 - 1
src/permission.js

@@ -5,7 +5,7 @@ import 'nprogress/nprogress.css' // progress bar style
 
 NProgress.configure({ showSpinner: false }) // NProgress Configuration
 
-const whiteList = ['/login', 'examineDialog'] // no redirect whitelist
+const whiteList = ['/login', '/examineDialog'] // no redirect whitelist
 
 router.beforeEach(async (to, from, next) => {
   // start progress bar

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