Browse Source

项目名称变更

zhangshuling 1 năm trước cách đây
mục cha
commit
1f87fdee91

+ 1 - 1
xzl-admin/src/main/java/com/xzl/web/core/config/SwaggerConfig.java

@@ -113,7 +113,7 @@ public class SwaggerConfig
         // 用ApiInfoBuilder进行定制
         return new ApiInfoBuilder()
                 // 设置标题
-                .title("标题:用户画像与数据治理_接口文档")
+                .title("标题:YANKE.智慧云图_接口文档")
                 // 描述
                 .description("描述:用于管理集团旗下公司的人员信息,具体包括XXX,XXX模块...")
                 // 作者信息

+ 2 - 2
xzl-ui/.env.development

@@ -1,10 +1,10 @@
 # 页面标题
-VUE_APP_TITLE = 用户画像与数据治理
+VUE_APP_TITLE = YANKE.智慧云图
 
 # 开发环境配置
 ENV = 'development'
 
-# 用户画像与数据治理/开发环境
+# YANKE.智慧云图/开发环境
 VUE_APP_BASE_API = '/dev-api'
 
 # 路由懒加载

+ 1 - 1
xzl-ui/.env.production

@@ -1,5 +1,5 @@
 # 页面标题
-VUE_APP_TITLE = 用户画像管理系统
+VUE_APP_TITLE = YANKE.智慧云图
 
 # 生产环境配置
 ENV = 'production'

+ 2 - 2
xzl-ui/.env.staging

@@ -1,10 +1,10 @@
 # 页面标题
-VUE_APP_TITLE = 用户画像与数据治理
+VUE_APP_TITLE = YANKE.智慧云图
 
 NODE_ENV = production
 
 # 测试环境配置
 ENV = 'staging'
 
-# 用户画像与数据治理/测试环境
+# YANKE.智慧云图/测试环境
 VUE_APP_BASE_API = '/stage-api'

+ 1 - 1
xzl-ui/package.json

@@ -1,7 +1,7 @@
 {
   "name": "xzl",
   "version": "3.8.6",
-  "description": "用户画像管理系统",
+  "description": "YANKE.智慧云图",
   "author": "XZL",
   "license": "MIT",
   "scripts": {

+ 1 - 0
xzl-ui/src/layout/components/Sidebar/Logo.vue

@@ -70,6 +70,7 @@ export default {
       height: 32px;
       vertical-align: middle;
       margin-right: 12px;
+      display: none;
     }
 
     & .sidebar-title {

+ 1 - 1
xzl-ui/src/views/login.vue

@@ -2,7 +2,7 @@
   <div class="login" style="">
     <el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
       <img id="switch" class="switch" ref="switch" :src="getImg()" @click="switchLogin()"  style="cursor: pointer;width: 60px;height: 60px;position: absolute;right: 0;top: 0;">
-      <h3 class="title">用户画像管理系统</h3>
+      <h3 class="title">YANKE.智慧云图</h3>
       <div id="passLogin" v-if="isPassLogin">
         <el-form-item prop="username">
           <el-input

+ 1 - 1
xzl-ui/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 || 'YANKE.智慧云图' // 网页标题
 
 const port = process.env.port || process.env.npm_config_port || 80 // 端口