From 56224771711dddfbd42bc7fa7f3449b3d72b30d0 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Fri, 29 Oct 2021 15:45:58 +0800 Subject: [PATCH] alpha --- zq-erp/src/main/resources/templates/views/common/login.html | 2 +- zq-erp/src/main/resources/static/images/login-title.jpg | 0 zq-erp/src/main/resources/templates/views/admin/index.html | 4 ++-- zq-erp/src/main/resources/config/test/application.properties | 2 +- zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/index.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/zq-erp/src/main/resources/config/test/application.properties b/zq-erp/src/main/resources/config/test/application.properties index cc4b62c..cd48b66 100644 --- a/zq-erp/src/main/resources/config/test/application.properties +++ b/zq-erp/src/main/resources/config/test/application.properties @@ -6,7 +6,7 @@ spring.datasource.username=ct_test spring.datasource.password=123456 -spring.datasource.url=jdbc:mysql://120.27.238.55:3306/hive_test_meidu?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&allowMultiQueries=true&transformedBitIsBoolean=true&serverTimezone=GMT%2B8 +spring.datasource.url=jdbc:mysql://120.27.238.55:3306/hive_test?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&allowMultiQueries=true&transformedBitIsBoolean=true&serverTimezone=GMT%2B8 #spring.datasource.username=chuhuan #spring.datasource.password=chuhuan diff --git a/zq-erp/src/main/resources/static/images/login-title.jpg b/zq-erp/src/main/resources/static/images/login-title.jpg index 1195d8d..ebbd938 100644 --- a/zq-erp/src/main/resources/static/images/login-title.jpg +++ b/zq-erp/src/main/resources/static/images/login-title.jpg Binary files differ diff --git a/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/index.html b/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/index.html index 05ace41..26cd825 100644 --- a/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/index.html +++ b/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/index.html @@ -10,7 +10,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="renderer" content="webkit"> <meta http-equiv="Cache-Control" content="no-siteapp" /> -<title>讯聪管理系统</title> +<title>阿尔法云管理系统</title> <link rel="shortcut icon" href="${path }/resource/images/mm.ico"> <!--[if lt IE 8]> <meta http-equiv="refresh" content="0;ie.html" /> diff --git a/zq-erp/src/main/resources/templates/views/admin/index.html b/zq-erp/src/main/resources/templates/views/admin/index.html index 219d21a..54eeaea 100644 --- a/zq-erp/src/main/resources/templates/views/admin/index.html +++ b/zq-erp/src/main/resources/templates/views/admin/index.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="renderer" content="webkit"> <meta http-equiv="Cache-Control" content="no-siteapp"/> - <title>讯聪管理系统</title> + <title>阿尔法云管理系统</title> <!-- 本框架基本脚本和样式 --> <link rel="stylesheet" type="text/css" th:href="@{/plugin/layer/skin/layer.css}"> <script type="text/javascript" @@ -37,7 +37,7 @@ <a id="dLabel" data-toggle="dropdown" class="dropdown-toggle" href="#" aria-haspopup="true" aria-expanded="true"> <span class="clear" style="height: auto;"> <span class="block m-t-xs"> - <strong class="font-bold">讯聪管理系统</strong> + <strong class="font-bold">阿尔法云管理系统</strong> </span> </span> </a> diff --git a/zq-erp/src/main/resources/templates/views/common/login.html b/zq-erp/src/main/resources/templates/views/common/login.html index 3ae470b..42e055a 100644 --- a/zq-erp/src/main/resources/templates/views/common/login.html +++ b/zq-erp/src/main/resources/templates/views/common/login.html @@ -260,7 +260,7 @@ </div> <div class="signup-footer" style="color: #4968bd;"> - <div class="" style="font-size: 16px;">讯聪管理系统V2.3.0</div> + <div class="" style="font-size: 16px;">阿尔法云管理系统V2.3.0</div> <div class=""> <p class="download-bar" style="font-size: 12px;"><strong>浏览器:</strong>Win7以上<a -- Gitblit v1.9.1