Skip to content

Commit 81b097a

Browse files
author
piexl
committed
清理无用代码
1 parent 0827fa0 commit 81b097a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

web/src/view/layout/index.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,6 @@ const isCollapse = ref(false)
124124
const isSider = ref(true)
125125
const isMobile = ref(false)
126126
127-
const cc = (e) => {
128-
console.log(e)
129-
}
130-
131127
const initPage = () => {
132128
const screenWidth = document.body.clientWidth
133129
if (screenWidth < 1000) {

0 commit comments

Comments
 (0)