1
0
Ver Fonte

完善框架基础内容

lsw há 9 meses atrás
pai
commit
e3e9e4e28a

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

@@ -1,10 +1,10 @@
 # 页面标题
-VUE_APP_TITLE = 广安市红十字会管理系统
+VUE_APP_TITLE = 岑溪人民医院随访系统
 
 # 开发环境配置
 ENV = 'development'
 
-# 广安市红十字会管理系统/开发环境
+# 岑溪人民医院随访系统/开发环境
 VUE_APP_BASE_API = '/dev-api'
 
 # 路由懒加载

+ 2 - 2
admin-ui/.env.production

@@ -1,8 +1,8 @@
 # 页面标题
-VUE_APP_TITLE = 广安市红十字会管理系统
+VUE_APP_TITLE = 岑溪人民医院随访系统
 
 # 生产环境配置
 ENV = 'production'
 
-# 广安市红十字会管理系统/生产环境
+# 岑溪人民医院随访系统/生产环境
 VUE_APP_BASE_API = '/prod-api'

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

@@ -1,10 +1,10 @@
 # 页面标题
-VUE_APP_TITLE = 广安市红十字会管理系统
+VUE_APP_TITLE = 岑溪人民医院随访系统
 
 NODE_ENV = production
 
 # 测试环境配置
 ENV = 'staging'
 
-# 广安市红十字会管理系统/测试环境
+# 岑溪人民医院随访系统/测试环境
 VUE_APP_BASE_API = '/stage-api'

+ 1 - 1
admin-ui/package.json

@@ -1,7 +1,7 @@
 {
   "name": "ruoyi",
   "version": "3.8.4",
-  "description": "广安市红十字会管理系统",
+  "description": "岑溪人民医院随访系统",
   "author": "若依",
   "license": "MIT",
   "scripts": {

+ 1 - 1
admin-ui/public/index.html

@@ -121,7 +121,7 @@
         top: 0;
         width: 51%;
         height: 100%;
-        background: #e40111;
+        background: #7171C6;
         z-index: 1000;
         -webkit-transform: translateX(0);
         -ms-transform: translateX(0);

BIN
admin-ui/src/assets/images/login-background.jpg


+ 1 - 2
admin-ui/src/layout/components/Sidebar/Logo.vue

@@ -6,7 +6,6 @@
         <h1 v-else class="sidebar-title" :style="{ color: sideTheme === 'theme-dark' ? variables.logoTitleColor : variables.logoLightTitleColor }">{{ title }}</h1>
       </router-link>
       <router-link v-else key="expand" class="sidebar-logo-link" to="/">
-        <img v-if="logo" :src="logo" style="width: 20px;height: 20px;position: absolute;left: 7px;top: 14px;}" />
         <h1 class="sidebar-title" style="font-size: 18px" :style="{ color: sideTheme === 'theme-dark' ? variables.logoTitleColor : variables.logoLightTitleColor }">{{ title }}</h1>
       </router-link>
     </transition>
@@ -35,7 +34,7 @@ export default {
   },
   data() {
     return {
-      title: '广安市红十字会',
+      title: '岑溪人民医院随访系统',
       logo: logoImg
     };
   }

+ 4 - 4
admin-ui/src/views/index.vue

@@ -12,7 +12,7 @@
         src="//tianqi.2345.com/plugin/widget/index.htm?s=3&z=2&t=0&v=0&d=2&bd=0&k=&f=#545555&ltf=#545555&htf=ffffff&q=1&e=1&a=1&c=72036&w=180&h=36&align=center"
       ></iframe>
     </div>
-    <panel-group :cdata="data.count" />
+<!--    <panel-group :cdata="data.count" />
     <div class="chart-wrapper">
       <div class="pop" style="width: 100%">
         <div class="out" style="margin: 0px; margin-top: 5px">
@@ -73,7 +73,7 @@
           </div>
         </div>
       </div>
-    </div>
+    </div> -->
   </div>
 </template>
 
@@ -103,8 +103,8 @@ export default {
     };
   },
   created() {
-    this.getData();
-    this.getRanking();
+    //this.getData();
+    //this.getRanking();
   },
   methods: {
     getData() {

+ 1 - 2
admin-ui/src/views/login.vue

@@ -1,9 +1,8 @@
 <template>
 	<div class="login-bg">
-		<div class="logoNameBox"><span class="plat-name">广安市红十字会管理系统</span></div>
 		<img class="backgroundVideo" src="../assets/images/login-background.jpg" ></img>
 		<div class="login-form">
-			<div class="dicText">欢迎登录</div>
+			<div class="dicText">岑溪人民医院随访系统</div>
 			<el-form ref="loginForm" :model="loginForm" :rules="loginRules">
 				<el-form-item prop="username">
 					<el-input v-model="loginForm.username" type="text" auto-complete="off" placeholder="账号" class="intput"/>

+ 1 - 1
pom.xml

@@ -9,7 +9,7 @@
     <version>3.8.4</version>
 
     <name>hospital</name>
-    <description>智慧医院</description>
+    <description>岑溪人民医院随访系统</description>
     
     <properties>
         <ruoyi.version>3.8.4</ruoyi.version>

+ 2 - 2
ruoyi-admin/src/main/resources/application.yml

@@ -1,7 +1,7 @@
 # 项目相关配置
 ruoyi:
   # 名称
-  name: 安明计划
+  name: 岑溪人民医院随访系统
   # 版本
   version: 3.8.4
   # 版权年份
@@ -9,7 +9,7 @@ ruoyi:
   # 实例演示开关
   demoEnabled: true
   # 文件路径 示例( Windows配置D:/oneDay/uploadPath,Linux配置 /home/oneDay/uploadPath)
-  profile: /home/red/uploadPath
+  profile: /home/hospital/uploadPath
   # 获取ip地址开关
   addressEnabled: false
   # 验证码类型 math 数组计算 char 字符验证

+ 1 - 1
ruoyi-admin/src/main/resources/logback.xml

@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <configuration>
     <!-- 日志存放路径 -->
-	<property name="log.path" value="/home/red/logs" />
+	<property name="log.path" value="/home/hospital/logs" />
     <!-- 日志输出格式 -->
 	<property name="log.pattern" value="%d{HH:mm:ss.SSS} [%thread] %-5level %logger{20} - [%method,%line] - %msg%n" />