feat: 应用分类功能

This commit is contained in:
胡双明
2024-09-14 11:05:49 +08:00
parent 38a0d00142
commit aaea23f785
8 changed files with 328 additions and 22 deletions

View File

@@ -21,5 +21,11 @@ module.exports = defineConfig({
devServer: {
allowedHosts: "all",
port: 8888,
proxy: {
'/static/upload/': {
target: process.env.VUE_APP_API_HOST,
changeOrigin: true,
}
}
}
})