diff --git a/src/views/idea/losehu/index.vue b/src/views/idea/losehu/index.vue index e95d296..7864237 100644 --- a/src/views/idea/losehu/index.vue +++ b/src/views/idea/losehu/index.vue @@ -56,7 +56,7 @@ router.push({ path: '/tool/flash', query: { - url: 'https://k5.vicicode.com/diyapi/LOSEHU' + state.flag.join('') + '.bin' + url: 'https://k5.vicicode.com/diyapi/LOSEHU' + state.flag.join('') + '.bin?v=' + (new Date()).getTime() } }); } diff --git a/src/views/list/flash/index.vue b/src/views/list/flash/index.vue index 888c9bd..3e8a43c 100644 --- a/src/views/list/flash/index.vue +++ b/src/views/list/flash/index.vue @@ -52,7 +52,7 @@ onMounted(async ()=>{ } const binary = new Uint8Array(chunks) state.binaryFile = binary - state.binaryName = route.query.url.substring(route.query.url.lastIndexOf('/') + 1) + state.binaryName = route.query.url.substring(route.query.url.lastIndexOf('/') + 1).split('?')[0] + ' ' } } })