Use 8093 port root URL
This commit is contained in:
@@ -1958,9 +1958,8 @@ export default function App() {
|
||||
|
||||
const openProgramWindow = (programId) => {
|
||||
publishProgramStates(programStates);
|
||||
const appPath = window.location.pathname.startsWith('/8093') ? '/8093' : window.location.pathname || '/8093';
|
||||
window.open(
|
||||
`${appPath}?view=program-detail&program=${encodeURIComponent(programId)}`,
|
||||
`/?view=program-detail&program=${encodeURIComponent(programId)}`,
|
||||
'program-detail-flow',
|
||||
'popup=yes,width=620,height=990,left=80,top=40,resizable=yes,scrollbars=yes'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user