--新增删除鉴权用户,更新中英文库

This commit is contained in:
lai
2023-09-21 19:48:04 +08:00
parent 5cb99ff153
commit 4e4d7ad61a
8 changed files with 129 additions and 157 deletions

View File

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