lsc 8 달 전
부모
커밋
f38e7f6544
7개의 변경된 파일9개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 0
      dist/css/app.842397d7.css
  2. 1 1
      dist/index.html
  3. 0 0
      dist/js/app.97ba1924.js
  4. 0 0
      dist/js/app.97ba1924.js.map
  5. 0 0
      dist/js/app.cbba90d3.js.map
  6. 7 1
      src/components/list.vue
  7. 1 1
      src/permission.js

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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>

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/js/app.97ba1924.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/js/app.97ba1924.js.map


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.