修改library里面的sketch的generate

This commit is contained in:
X1627315083
2024-10-18 11:36:19 +08:00
parent f606a192d1
commit c14e72efb2
7 changed files with 168 additions and 76 deletions

View File

@@ -197,7 +197,6 @@ export default defineComponent({
payOrder,
TaskPage,
navRouter,
navRouter,
},
setup(){
const store = useStore();
@@ -612,8 +611,6 @@ export default defineComponent({
this.store.commit('clearAllData')
// window.location.reload()
window.location.href = '/home';
// window.location.reload()
window.location.href = '/home';
}
}
})
@@ -640,11 +637,11 @@ export default defineComponent({
.homeMain_max{
position: relative;
display: flex;
height: 100%;
height: 100vh;
flex-direction: column;
.homeMain_content_body{
flex: 1;
height: calc(100% - 7rem);
height: calc(100vh - 7rem);
}
}
.homeMain_heade {