feat: 修改刷题

This commit is contained in:
秋水浮尘
2023-10-11 01:08:08 +08:00
parent 4ed48fbe2b
commit a387a61d02
18 changed files with 1045 additions and 297 deletions

View File

@@ -13,5 +13,13 @@ export default defineConfig({
'@components': path.resolve(__dirname, 'src/components')
}
},
plugins: [react()]
plugins: [react()],
server: {
proxy: {
"/subject": {
target: "http://117.72.14.166:3010",
changeOrigin: true,
},
},
}
})