mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 13:47:15 +08:00
fix: 修改部分端口报错
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user