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", 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()