fix ui bug

This commit is contained in:
mubai
2023-08-05 20:36:01 +08:00
parent efda64887d
commit 04e5848596
16 changed files with 101 additions and 53 deletions

View File

@@ -25,7 +25,7 @@ export default defineConfig({
// port: 3600,
// proxy: {
// "/api": {
// target: `http://localhost`,
// // target: `http://localhost`,
// changeOrigin: true, // 允许跨域
// rewrite: path => path.replace(/^\/api/,'')
// }