mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 07:57:21 +08:00
feat: 优化开发
This commit is contained in:
3
web/.gitignore
vendored
3
web/.gitignore
vendored
@@ -29,3 +29,6 @@ coverage
|
||||
.eslintrc-auto-import.json
|
||||
types/components.d.ts
|
||||
types/auto-imports.d.ts
|
||||
|
||||
# 编译后的翻译文件
|
||||
src/locales/translations.json
|
||||
|
||||
@@ -3,11 +3,15 @@ const proxyConfigMappings: Record<ProxyType, ProxyConfig[]> = {
|
||||
{
|
||||
prefix: '/api/ws',
|
||||
target: 'ws://localhost:8888/api/ws',
|
||||
secure: false
|
||||
changeOrigin: true,
|
||||
secure: false,
|
||||
ws: true
|
||||
},
|
||||
{
|
||||
prefix: '/api',
|
||||
target: 'http://localhost:8080/api'
|
||||
target: 'http://localhost:8080/api',
|
||||
changeOrigin: true,
|
||||
secure: false
|
||||
}
|
||||
],
|
||||
test: [
|
||||
|
||||
Reference in New Issue
Block a user