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

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


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


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


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


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

@@ -327,10 +327,10 @@ export default {
 			if (this.oloading) return;
 
 			this.oloading = true;
-			const params = { code };
+			const params = { code, time: Date.now() }; // 添加时间参数
 
 			try {
-				const res = await this.$ajax.get(`//weixin.cocorobo.cn/login.php`, params);
+				const res = await this.$ajax.get(`//weixin.cocorobo.cn/login.php`, params); // 将params作为请求参数
 				const data = res.data[0];
 				console.log("data", data);
 				this.loginType = 'bind';

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