mod: 移除非必要代码
This commit is contained in:
parent
21391b202f
commit
85f9c91d6e
3
.env
3
.env
@ -1,6 +1,3 @@
|
||||
VITE_APP_TITLE = 'Vue Naive Admin'
|
||||
|
||||
VITE_PORT = 3100
|
||||
|
||||
# 打包时自动生成CNAME文件,用于配置github pages自定义域名,如不需要可注释或者直接删除
|
||||
# VITE_APP_GLOB_CNAME = 'template.qszone.com'
|
@ -11,5 +11,3 @@ import { useFullscreen } from '@vueuse/core'
|
||||
|
||||
const { isFullscreen, toggle } = useFullscreen()
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped></style>
|
||||
|
@ -11,5 +11,3 @@ import { useAppStore } from '@/store/modules/app'
|
||||
|
||||
const appStore = useAppStore()
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped></style>
|
||||
|
@ -126,4 +126,3 @@ function handleSelect(key) {
|
||||
handleHideDropdown()
|
||||
}
|
||||
</script>
|
||||
<style lang="scss" scoped></style>
|
||||
|
Loading…
Reference in New Issue
Block a user