登录完成

This commit is contained in:
2023-01-14 22:55:34 +08:00
parent 7b22656d34
commit 017af8b64a
13 changed files with 313 additions and 138 deletions

View File

@@ -6,5 +6,13 @@ export default defineConfig({
resolve: {
extensions: ['.vue', '.mjs', '.js', '.ts', '.jsx', '.tsx', '.json']
},
server: {
host: "0.0.0.0",
port: 3000,
open: true,
proxy: {
'/api': 'http://localhost:7001'
}
},
plugins: [vue()]
})