From 66f9086f9d078858cb31a35c7e2b6fe944139d03 Mon Sep 17 00:00:00 2001 From: jiangx Date: Wed, 8 Nov 2023 14:07:19 +0800 Subject: [PATCH 1/2] =?UTF-8?q?refactor:=20=E2=99=BB=EF=B8=8F=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=88=9D=E5=A7=8B=E5=8C=96=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/composables/useAutoBack.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/composables/useAutoBack.ts b/src/composables/useAutoBack.ts index 2430fbb..bdc75fe 100644 --- a/src/composables/useAutoBack.ts +++ b/src/composables/useAutoBack.ts @@ -3,7 +3,7 @@ import { ref } from 'vue' export const useAutoBack = (callback: () => void) => { const MIN_TIME = 0 const CHECK_TIME = 1000 - const TO_INDEX_TIME = 60 + const TO_INDEX_TIME = 15 const toIndexTime = ref(TO_INDEX_TIME) //回首页的时间 const toIndexInterval = ref() From 14729f4bb6e1e43c61d02284f427917d64d52228 Mon Sep 17 00:00:00 2001 From: jiangx Date: Wed, 8 Nov 2023 14:07:42 +0800 Subject: [PATCH 2/2] chore(release): 1.0.0-B.7 --- CHANGELOG.md | 2 ++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e67421a..1b496a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.0.0-B.7](https://git.1000my.com/project_yongwangyun/YongWang_Customer/compare/v1.0.0-B.6...v1.0.0-B.7) (2023-11-08) + ## [1.0.0-B.6](https://git.1000my.com/project_yongwangyun/YongWang_Customer/compare/v1.0.0-B.5...v1.0.0-B.6) (2023-11-08) ## [1.0.0-B.5](https://git.1000my.com/project_yongwangyun/YongWang_Customer/compare/v1.0.0-B.4...v1.0.0-B.5) (2023-11-08) diff --git a/package-lock.json b/package-lock.json index 6eb7fb8..608fc12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vue_cli_ts", - "version": "1.0.0-B.6", + "version": "1.0.0-B.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9b54fb2..2b70d4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue_cli_ts", - "version": "1.0.0-B.6", + "version": "1.0.0-B.7", "private": true, "scripts": { "serve": "vue-cli-service serve",