lsc 5 달 전
부모
커밋
2e363c89ae
7개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 0
      dist/css/app.0f584f00.css
  2. 1 1
      dist/index.html
  3. 0 0
      dist/js/app.025b7e41.js
  4. 0 0
      dist/js/app.025b7e41.js.map
  5. 0 0
      dist/js/app.c606592b.js
  6. 0 0
      dist/js/app.c606592b.js.map
  7. 1 1
      src/views/login/loginPage.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/css/app.0f584f00.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.c606592b.js"></script><link href="/css/chunk-vendors.7cfe4581.css" rel="stylesheet"><link href="/css/app.f9de635b.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.025b7e41.js"></script><link href="/css/chunk-vendors.7cfe4581.css" rel="stylesheet"><link href="/css/app.0f584f00.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.025b7e41.js


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


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


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


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

@@ -332,7 +332,7 @@ export default {
 				const res = await axios.get(`//weixin.cocorobo.cn/login.php?code=${code}&time=${Date.now()}`); // 将params作为请求参数,并禁用预加载
 				const data = res.data[0];
 				console.log("data", data);
-				this.loginType = 'bind';
+				// this.loginType = 'bind';
 			} catch (err) {
 				console.error("请求失败,错误信息:", err);
 			} finally {

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