chore: first login modify password
This commit is contained in:
@@ -98,7 +98,6 @@ export default defineConfig({
|
||||
hash: true,
|
||||
access: {},
|
||||
model: {},
|
||||
valtio: {},
|
||||
initialState: {},
|
||||
request: {},
|
||||
locale: {
|
||||
|
||||
+2
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user