PMCORE-2904: [23879] Unable to start cases in PM 3.6.1 using WSSO, session lost.
fix CR notes
This commit is contained in:
@@ -3,7 +3,7 @@ import axios from 'axios';
|
||||
export let menu = {
|
||||
get() {
|
||||
return axios.get(
|
||||
window.config.SYS_SERVER +
|
||||
window.config.SYS_SERVER_API +
|
||||
'/api/1.0/' +
|
||||
window.config.SYS_WORKSPACE +
|
||||
'/home/menu', {
|
||||
@@ -15,7 +15,7 @@ export let menu = {
|
||||
},
|
||||
getCounters() {
|
||||
return axios.get(
|
||||
window.config.SYS_SERVER +
|
||||
window.config.SYS_SERVER_API +
|
||||
'/api/1.0/' +
|
||||
window.config.SYS_WORKSPACE +
|
||||
'/home/tasks/counter', {
|
||||
|
||||
Reference in New Issue
Block a user