fix: 资产管理区分阵地公网环境开启
parent
373c3fdcc9
commit
e97770267d
|
@ -60,7 +60,10 @@ export default {
|
|||
addStorageEvent('selectPostion', '')
|
||||
}
|
||||
}
|
||||
// init()
|
||||
// 公网环境开启,现场环境暂不开启
|
||||
if (window.location.href.indexOf('101.89.218.38:60006') > -1 || window.location.href.indexOf('yw.iaserver.online') > -1) {
|
||||
init()
|
||||
}
|
||||
onUnmounted(() => {
|
||||
// addStorageEvent('isLeaderPosition', '')
|
||||
// addStorageEvent('selectPostion', '')
|
||||
|
|
Loading…
Reference in New Issue