lsc 3 月之前
父节点
当前提交
d0cfed0b48

文件差异内容过多而无法显示
+ 0 - 0
dist/css/app.266a24f0.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.0fce1d66.js"></script><link href="/css/chunk-vendors.7cfe4581.css" rel="stylesheet"><link href="/css/app.f1099d50.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.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() {
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {

文件差异内容过多而无法显示
+ 0 - 0
dist/js/app.0fce1d66.js


文件差异内容过多而无法显示
+ 0 - 0
dist/js/app.0fce1d66.js.map


文件差异内容过多而无法显示
+ 0 - 0
dist/js/app.7ab48348.js


文件差异内容过多而无法显示
+ 0 - 0
dist/js/app.7ab48348.js.map


+ 5 - 1
src/views/login/loginPage.vue

@@ -319,7 +319,11 @@ export default {
 	mounted() {
 		window.addEventListener('message', function (e) { // 监听 message 事件
 			console.log(e);
-			this.loginType = 'bind'
+			if(e.data && e.data.code){
+				this.loginType = 'bind'
+				console.log(e.data.code);
+				
+			}
 		});
 		// this.getLoading();
 		this.getOrdOidData();

部分文件因为文件数量过多而无法显示