chore: first login modify password

This commit is contained in:
jialin
2024-06-29 20:29:11 +08:00
parent cf0113e8d8
commit d47e53114c
25 changed files with 337 additions and 113 deletions
-1
View File
@@ -98,7 +98,6 @@ export default defineConfig({
hash: true,
access: {},
model: {},
valtio: {},
initialState: {},
request: {},
locale: {
+2 -1
View File
@@ -12,7 +12,8 @@ export default function createProxyTable(target?: string) {
ws: true,
pathRewrite: (pth: string) => pth.replace(`/^/${api}/`, `/${api}`),
headers: {
origin: newTarget
origin: newTarget,
Connection: 'keep-alive'
}
};
return obj;