fix: debug

This commit is contained in:
osiris
2023-12-12 18:58:06 +08:00
parent 64a80b37f6
commit 1986fb8281
+1 -1
View File
@@ -6,7 +6,7 @@ import { ElMessageBox } from 'element-plus'
import 'element-plus/theme-chalk/display.css'
const appName = ref(import.meta.env.VITE_APP_TITLE || '工具坊')
const appNet = ref('tools.ranblogs.com')
const appNet = ref(import.meta.env.VITE_APP_WEBSITE || '')
const isNavDrawer = ref(false)
//store
const toolsStore = useToolsStore()