zx 5 сар өмнө
parent
commit
f08b6cc405

+ 1 - 1
.env.staging

@@ -1,5 +1,5 @@
 # 页面标题
-VUE_APP_TITLE = 配网应用管理平台
+VUE_APP_TITLE = 配网安全精益管理辅助应用
 
 NODE_ENV = production
 

+ 2 - 2
src/layout/components/Top/index.vue

@@ -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"
             );
           });
         })

+ 1 - 1
src/views/adminLogin.vue

@@ -6,7 +6,7 @@
       :rules="loginRules"
       class="login-form"
     >
-      <h3 class="title">配网应用管理平台</h3>
+      <h3 class="title">配网安全精益管理辅助应用</h3>
       <el-form-item prop="username">
         <el-input
           v-model="loginForm.username"

+ 1 - 1
src/views/login-prod.vue

@@ -39,7 +39,7 @@ export default {
       console.log(ticket)
       //调用登录的接口
       if(ticket==''||ticket==undefined||ticket==null){
-        window.location.replace("http://10.223.57.127:17089/isc_sso/login?service=http://25.212.177.102:19888?token=isc");
+        window.location.replace("http://10.223.57.127:17089/isc_sso/login?service=http://25.212.177.102:19888/pdm?token=isc");
       }else{
         this.iscLogin(ticket);
       }

+ 1 - 1
src/views/register.vue

@@ -6,7 +6,7 @@
       :rules="registerRules"
       class="register-form"
     >
-      <h3 class="title">配网应用管理平台</h3>
+      <h3 class="title">配网安全精益管理辅助应用</h3>
       <el-form-item prop="username">
         <el-input
           v-model="registerForm.username"