feat: 合并Gin_Vue

This commit is contained in:
TsMask
2023-10-16 17:12:24 +08:00
parent 771320a839
commit 743568861d
77 changed files with 734 additions and 1870 deletions

View File

@@ -20,8 +20,8 @@ export default defineConfig(({ mode }) => {
proxy: {
// https://cn.vitejs.dev/config/#server-proxy
[env.VITE_API_BASE_URL]: {
target: 'http://192.168.0.229:3186/api/rest',
// target: 'http://192.168.30.3:3040/api/rest',
target: 'http://192.168.0.229:3186',
// target: 'http://192.168.2.114:3040',
changeOrigin: true,
rewrite: p => p.replace(/^\/dev-api/, ''),
},