finish environment of http server and test successfully

This commit is contained in:
2025-03-20 12:42:32 +08:00
parent 4447fbb70e
commit 53eeac5272
10 changed files with 52 additions and 32 deletions

View File

@@ -6,7 +6,5 @@ import { createPinia } from 'pinia'
import App from '@/App.vue'
import router from './router'
const app = createApp(App).use(router).use(createPinia()).mount('#app')
console.log()