2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 13:47:15 +08:00

fix: 修改部分端口报错

This commit is contained in:
耗子
2024-10-17 17:54:33 +08:00
parent 1a9fe40b80
commit f2c3569447
7 changed files with 64 additions and 36 deletions

View File

@@ -33,7 +33,7 @@ async function setupApp() {
app.mount('#app')
}
const title = ref('')
const title = ref(import.meta.env.VITE_APP_TITLE)
const setupPanel = async () => {
const themeStore = useThemeStore()