|
|
@ -26,7 +26,7 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
created() {
|
|
|
|
created() {
|
|
|
|
const props = window.$wujie?.props;
|
|
|
|
const props = window.$wujie?.props;
|
|
|
|
if (props.platform === "employ") {
|
|
|
|
if (props?.platform === "employ") {
|
|
|
|
const token = {
|
|
|
|
const token = {
|
|
|
|
isSelfSupport: 0,
|
|
|
|
isSelfSupport: 0,
|
|
|
|
access_token: JSON.parse(sessionStorage.getItem("CX_STAGE_USERINFO"))
|
|
|
|
access_token: JSON.parse(sessionStorage.getItem("CX_STAGE_USERINFO"))
|
|
|
|