UI update

This commit is contained in:
mubai
2025-02-10 23:17:23 +08:00
parent ab5a737fa3
commit 86bd33aaf5
17 changed files with 408 additions and 354 deletions

View File

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