|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<div class="Top-wrapper">
|
|
|
- <div class="top-title">配网应用管理平台</div>
|
|
|
+ <div class="top-title">配网安全精益管理辅助应用</div>
|
|
|
<div class="profile">
|
|
|
<div class="right-menu">
|
|
|
<template v-if="device !== 'mobile'">
|
|
@@ -104,7 +104,7 @@ export default {
|
|
|
// location.href = '/index';
|
|
|
//启用isc登陆后
|
|
|
window.location.replace(
|
|
|
- "http://10.223.57.127:17089/isc_sso/logout?service=http://25.212.177.102:19888?token=isc"
|
|
|
+ "http://10.223.57.127:17089/isc_sso/logout?service=http://25.212.177.102:19888/pdm?token=isc"
|
|
|
);
|
|
|
});
|
|
|
})
|