lsc 3 tháng trước cách đây
mục cha
commit
8d6218bc9b

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
dist/css/app.c735dca2.css


+ 1 - 1
dist/index.html

@@ -36,7 +36,7 @@
         width: 100%;
         background: #e6eaf0;
         font-family: '黑体';
-      }</style><script defer="defer" src="/js/chunk-vendors.fba309d8.js"></script><script defer="defer" src="/js/app.7ab48348.js"></script><link href="/css/chunk-vendors.7cfe4581.css" rel="stylesheet"><link href="/css/app.266a24f0.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.fba309d8.js"></script><script defer="defer" src="/js/app.ac01fd37.js"></script><link href="/css/chunk-vendors.7cfe4581.css" rel="stylesheet"><link href="/css/app.c735dca2.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) {

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
dist/js/app.7ab48348.js


Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
dist/js/app.7ab48348.js.map


Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
dist/js/app.ac01fd37.js


Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
dist/js/app.ac01fd37.js.map


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

@@ -160,6 +160,13 @@ export default {
 			showName: "",
 		};
 	},
+	watch: {
+		loginType(newValue) {
+			if(newValue != 'weChat'){
+				this.$refs.QRcode.innerHTML = ''
+			}
+		}
+	},
 	methods: {
 		...mapActions({
 			login: "user/login",
@@ -318,11 +325,11 @@ export default {
 	},
 	mounted() {
 		window.addEventListener('message', function (e) { // 监听 message 事件
-			console.log(e);
 			if(e.data && e.data.code){
+				console.log(e);
 				this.loginType = 'bind'
 				console.log(e.data.code);
-				
+				console.log(this.loginType);
 			}
 		});
 		// this.getLoading();

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác