fix ISP (again)
This commit is contained in:
parent
e3a441310f
commit
20e781c71d
2 changed files with 6 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ const getInstancePanel = async ({ store }) => {
|
||||||
if (res.ok) {
|
if (res.ok) {
|
||||||
const html = await res.text()
|
const html = await res.text()
|
||||||
useInstanceStore().set({
|
useInstanceStore().set({
|
||||||
name: 'instanceIdentity.instanceSpecificPanelContent',
|
path: 'instanceIdentity.instanceSpecificPanelContent',
|
||||||
value: html,
|
value: html,
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
|
|
@ -88,6 +88,11 @@ export default defineConfig(async ({ mode, command }) => {
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
cookieDomainRewrite: 'localhost',
|
cookieDomainRewrite: 'localhost',
|
||||||
},
|
},
|
||||||
|
'/instance': {
|
||||||
|
target,
|
||||||
|
changeOrigin: true,
|
||||||
|
cookieDomainRewrite: 'localhost',
|
||||||
|
},
|
||||||
'/socket': {
|
'/socket': {
|
||||||
target,
|
target,
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue