mod: 移除非必要代码

This commit is contained in:
张传龙 2022-05-23 18:05:18 +08:00
parent 21391b202f
commit 85f9c91d6e
4 changed files with 0 additions and 8 deletions

3
.env
View File

@ -1,6 +1,3 @@
VITE_APP_TITLE = 'Vue Naive Admin' VITE_APP_TITLE = 'Vue Naive Admin'
VITE_PORT = 3100 VITE_PORT = 3100
# 打包时自动生成CNAME文件用于配置github pages自定义域名如不需要可注释或者直接删除
# VITE_APP_GLOB_CNAME = 'template.qszone.com'

View File

@ -11,5 +11,3 @@ import { useFullscreen } from '@vueuse/core'
const { isFullscreen, toggle } = useFullscreen() const { isFullscreen, toggle } = useFullscreen()
</script> </script>
<style lang="scss" scoped></style>

View File

@ -11,5 +11,3 @@ import { useAppStore } from '@/store/modules/app'
const appStore = useAppStore() const appStore = useAppStore()
</script> </script>
<style lang="scss" scoped></style>

View File

@ -126,4 +126,3 @@ function handleSelect(key) {
handleHideDropdown() handleHideDropdown()
} }
</script> </script>
<style lang="scss" scoped></style>