소스 검색

修改获取组织号

11wqe1 1 개월 전
부모
커밋
7f059653c8
5개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 0
      dist/css/app.48b59ea4.css
  2. 1 1
      dist/index.html
  3. 0 0
      dist/js/app.9aa915ad.js
  4. 0 0
      dist/js/app.9aa915ad.js.map
  5. 3 2
      src/views/login/loginPage.vue

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


+ 1 - 1
dist/index.html

@@ -36,7 +36,7 @@
         width: 100%;
         background: #e6eaf0;
         font-family: '黑体';
-      }</style><script defer="defer" src="/js/chunk-vendors.a039e0a6.js"></script><script defer="defer" src="/js/app.29df33af.js"></script><link href="/css/chunk-vendors.7cfe4581.css" rel="stylesheet"><link href="/css/app.7e8ff712.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but pblAdminTable doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html><script>function stopSafari() {
+      }</style><script defer="defer" src="/js/chunk-vendors.a039e0a6.js"></script><script defer="defer" src="/js/app.9aa915ad.js"></script><link href="/css/chunk-vendors.7cfe4581.css" rel="stylesheet"><link href="/css/app.48b59ea4.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but pblAdminTable doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html><script>function stopSafari() {
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {

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


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


+ 3 - 2
src/views/login/loginPage.vue

@@ -593,7 +593,8 @@ export default {
 			}
 		},
 		// 获取组织后缀
-		async getSuffix() {
+		// async getSuffix() {
+		getSuffix: _.debounce(async function() {
 			if (!this.SuffixData) {
 				this.orginfo = [];
 				this.org = "";
@@ -609,7 +610,7 @@ export default {
 				this.orginfo = [];
 				this.org = "";
 			}
-		},
+		}, 300),
 		async loginFn() {
 			if (this.loading) return;
 

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