Răsfoiți Sursa

Merge branch 'master' of http://39.105.58.247:3100/hydw/hycw-ui

zhaoyun 5 luni în urmă
părinte
comite
48c7ae73d1

+ 1 - 1
.env.development

@@ -1,5 +1,5 @@
 # 页面标题
-VUE_APP_TITLE = 配网应用管理平台
+VUE_APP_TITLE = 配网安全精益管理辅助应用
 
 # 开发环境配置
 ENV = 'development'

+ 1 - 1
.env.production

@@ -1,5 +1,5 @@
 # 页面标题
-VUE_APP_TITLE = 配网应用管理平台
+VUE_APP_TITLE = 配网安全精益管理辅助应用
 
 # 生产环境配置
 ENV = 'production'

+ 1 - 1
.env.staging

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

+ 3 - 3
package.json

@@ -1,12 +1,12 @@
 {
   "name": "ruoyi",
   "version": "3.8.6",
-  "description": "配网应用管理平台",
+  "description": "配网安全精益管理辅助应用",
   "author": "若依",
   "license": "MIT",
   "scripts": {
-    "dev": "vue-cli-service serve",
-    "build:prod": "vue-cli-service build",
+    "dev": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
+    "build:prod": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build",
     "build:stage": "vue-cli-service build --mode staging",
     "preview": "node build/index.js --preview",
     "lint": "eslint --ext .js,.vue src"

+ 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"

+ 1 - 1
vue.config.js

@@ -7,7 +7,7 @@ function resolve(dir) {
 
 const CompressionPlugin = require("compression-webpack-plugin");
 
-const name = process.env.VUE_APP_TITLE || "配网应用管理平台"; // 网页标题
+const name = process.env.VUE_APP_TITLE || "配网安全精益管理辅助应用"; // 网页标题
 
 const port = process.env.port || process.env.npm_config_port || 80; // 端口